Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2022-04-23)

### Features

* **Keyboard:** Add toggle wishlist with `W` ([14773a0](14773a0)), closes [#104](#104)
  • Loading branch information
semantic-release-bot committed Apr 23, 2022
1 parent 14773a0 commit 95a3c68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.1.0](https://github.com/bamdadsabbagh/bandcamp-plus--extension/compare/v3.0.1...v3.1.0) (2022-04-23)


### Features

* **Keyboard:** Add toggle wishlist with `W` ([14773a0](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/14773a0268efbc8e61aa9f31564e994b6fbb8473)), closes [#104](https://github.com/bamdadsabbagh/bandcamp-plus--extension/issues/104)

## [3.0.1](https://github.com/bamdadsabbagh/bandcamp-plus--extension/compare/v3.0.0...v3.0.1) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bandcamp-plus--extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Add multiple features to bandcamp.com",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Bandcamp+",
"short_name": "bandcamp-plus",
"description": "Add multiple features to bandcamp.com",
"version": "3.0.1",
"version": "3.1.0",
"manifest_version": 2,
"icons": {
"512": "assets/bandcamp-plus-icon.png"
Expand Down

0 comments on commit 95a3c68

Please sign in to comment.