Skip to content

Commit

Permalink
chore(release): 3.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.4](v3.2.3...v3.2.4) (2022-09-06)

### Bug Fixes

* **Firefox:** Replace `window.content.fetch` with `content.fetch` ([1a43ae6](1a43ae6)), closes [#159](#159)
* **NPM:** Update to latest ([7ab5510](7ab5510))
  • Loading branch information
semantic-release-bot committed Sep 6, 2022
1 parent 708ac3a commit 40b3294
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.2.4](https://github.com/bamdadsabbagh/bandcamp-plus--extension/compare/v3.2.3...v3.2.4) (2022-09-06)


### Bug Fixes

* **Firefox:** Replace `window.content.fetch` with `content.fetch` ([1a43ae6](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/1a43ae6370897d68fb51ed8df552e8107adfcb16)), closes [#159](https://github.com/bamdadsabbagh/bandcamp-plus--extension/issues/159)
* **NPM:** Update to latest ([7ab5510](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/7ab55102ef9a83f9a191f80069473a5b26079995))

## [3.2.3](https://github.com/bamdadsabbagh/bandcamp-plus--extension/compare/v3.2.2...v3.2.3) (2022-04-26)


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.2.3",
"version": "3.2.4",
"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.2.3",
"version": "3.2.4",
"manifest_version": 2,
"icons": {
"512": "assets/bandcamp-plus-icon.png"
Expand Down

0 comments on commit 40b3294

Please sign in to comment.