Skip to content

Commit

Permalink
release 0.0.0 → 0.1.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kwame-mintah committed May 24, 2022
1 parent 5f4d8ac commit 0775438
Show file tree
Hide file tree
Showing 3 changed files with 28 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.0.0"
version = "0.1.0"
version_files = [ "manifest.json:version" ]
update_changelog_on_bump = true
annotated_tag = true
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## v0.1.0 (2022-05-24)

### Feat

- **pre-commit**: ensure no commits are made directly to master branch
- **pre-commit**: ensure no commits are made directly to master branch
- **eslint**: add eslint configuration to project
- **vscode**: include recommended vscode extensions and settings
- **convert**: allow users ability to convert a webpage to bionic reading
- **background**: implement loading selected text as a bionic
- **bionic-reading-api**: new function created `autoRequestBionic()`
- **background**: implement loading selected text as a bionic in a new tab
- **background**: implement loading selected text as a bionic in a new tab
- **options**: change button to reflect users current settings
- **git**: add `.gitignore` and pre-commit hooks
- **response**: create response html page for displaying user requests
- **bionic-reading-api**: implementing core functionality for extension

### Refactor

- **axios**: remove external axios depedency files

### Fix

- **options**: stop preview text being requested on page load
- **options**: stop preview text being requested on page load
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bionic Reading Chrome Extension",
"description": "A chrome extension using the Bionic Reading API.",
"version": "0.0.0",
"version": "0.1.0",
"manifest_version": 3,
"background": {
"service_worker": "./src/js/background.js"
Expand Down

0 comments on commit 0775438

Please sign in to comment.