Skip to content

Commit

Permalink
release 0.2.1 → 0.3.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2023
1 parent 2226f79 commit f8417bb
Show file tree
Hide file tree
Showing 3 changed files with 9 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.2.1"
version = "0.3.0"
version_files = [ "manifest.json:version" ]
update_changelog_on_bump = true
annotated_tag = true
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.0 (2023-01-26)

### Feat

- **manifest**: add homepage url to project readme documentation
- **options**: apply same styling used on popup to options page

## v0.2.1 (2022-05-27)

### Fix
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.2.1",
"version": "0.3.0",
"manifest_version": 3,
"homepage_url": "https://github.com/kwame-mintah/bionic-speed-reader-browser-extension/blob/master/README.md",
"background": {
Expand Down

0 comments on commit f8417bb

Please sign in to comment.