File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 3
3
bump_message = " release $current_version → $new_version [skip-ci]"
4
4
name = " cz_conventional_commits"
5
5
tag_format = " v$version"
6
- version = " 0.0 .0"
6
+ version = " 0.1 .0"
7
7
version_files = [ " manifest.json:version" ]
8
8
update_changelog_on_bump = true
9
9
annotated_tag = true
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Bionic Reading Chrome Extension" ,
3
3
"description" : " A chrome extension using the Bionic Reading API." ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"manifest_version" : 3 ,
6
6
"background" : {
7
7
"service_worker" : " ./src/js/background.js"
You can’t perform that action at this time.
0 commit comments