Skip to content

Commit

Permalink
release 0.1.0 → 0.2.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kwame-mintah committed May 27, 2022
1 parent 165e83a commit 3c40cf2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bump_message = "release $current_version → $new_version [skip-ci]"
name = "cz_conventional_commits"
tag_format = "v$version"
version = "0.1.0"
version = "0.2.0"
version_files = [ "manifest.json:version" ]
update_changelog_on_bump = true
annotated_tag = true
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.2.0 (2022-05-27)

### Feat

- **convert**: allow the user to toggle between using page url or paragraphs for pages
- **convert**: allow the user to toggle between using page url or paragraphs for pages

### Refactor

- **permissions**: remove `tabs` from list of extension permissions
- **permissions**: remove `tabs` from list of extension permissions

## v0.1.0 (2022-05-24)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bionic Speed Reader",
"description": "An extension using the Bionic Reading API, to convert text to Bionic Reading®",
"version": "0.1.0",
"version": "0.2.0",
"manifest_version": 3,
"background": {
"service_worker": "./src/js/background.js"
Expand Down

0 comments on commit 3c40cf2

Please sign in to comment.