Skip to content

Commit 0775438

Browse files
committed
release 0.0.0 → 0.1.0 [skip-ci]
1 parent 5f4d8ac commit 0775438

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bump_message = "release $current_version → $new_version [skip-ci]"
44
name = "cz_conventional_commits"
55
tag_format = "v$version"
6-
version = "0.0.0"
6+
version = "0.1.0"
77
version_files = [ "manifest.json:version" ]
88
update_changelog_on_bump = true
99
annotated_tag = true

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## v0.1.0 (2022-05-24)
2+
3+
### Feat
4+
5+
- **pre-commit**: ensure no commits are made directly to master branch
6+
- **pre-commit**: ensure no commits are made directly to master branch
7+
- **eslint**: add eslint configuration to project
8+
- **vscode**: include recommended vscode extensions and settings
9+
- **convert**: allow users ability to convert a webpage to bionic reading
10+
- **background**: implement loading selected text as a bionic
11+
- **bionic-reading-api**: new function created `autoRequestBionic()`
12+
- **background**: implement loading selected text as a bionic in a new tab
13+
- **background**: implement loading selected text as a bionic in a new tab
14+
- **options**: change button to reflect users current settings
15+
- **git**: add `.gitignore` and pre-commit hooks
16+
- **response**: create response html page for displaying user requests
17+
- **bionic-reading-api**: implementing core functionality for extension
18+
19+
### Refactor
20+
21+
- **axios**: remove external axios depedency files
22+
23+
### Fix
24+
25+
- **options**: stop preview text being requested on page load
26+
- **options**: stop preview text being requested on page load

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Bionic Reading Chrome Extension",
33
"description": "A chrome extension using the Bionic Reading API.",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"manifest_version": 3,
66
"background": {
77
"service_worker": "./src/js/background.js"

0 commit comments

Comments
 (0)