Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.4...v3.3.0) (2024-03-21)

### Bug Fixes

* **App:** Add jsdom env for jest ([416a9ed](416a9ed))
* **App:** Add prettier configuration ([cc6fef2](cc6fef2))
* **BandcampFacade:** Improve selection of track rows ([bf9ec40](bf9ec40)), closes [#226](#226)
* **CD:** Update workflows ([3518387](3518387))
* **README:** Update README ([bf37548](bf37548))
* Rename bin folder to build ([d612630](d612630))
* Trim copied text. Fixes [#224](#224) ([bdd7020](bdd7020))

### Features

* **App:** Add manifest v3 for chrome + Misc ([1250cc0](1250cc0))

### Performance Improvements

* **App:** Replace yarn with pnpm ([eaedaae](eaedaae))
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent d612630 commit 1247b81
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [3.3.0](https://github.com/bamdadsabbagh/bandcamp-plus--extension/compare/v3.2.4...v3.3.0) (2024-03-21)


### Bug Fixes

* **App:** Add jsdom env for jest ([416a9ed](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/416a9edb2128cc81fda7938bc2347cb7b1bd6023))
* **App:** Add prettier configuration ([cc6fef2](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/cc6fef2a3af279cdea163b34e336fc87d459df45))
* **BandcampFacade:** Improve selection of track rows ([bf9ec40](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/bf9ec40d33e3f3c68d63cd2dfe5a69c4914632f8)), closes [#226](https://github.com/bamdadsabbagh/bandcamp-plus--extension/issues/226)
* **CD:** Update workflows ([3518387](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/35183874b003241d7729237bdf62f17f813930a2))
* **README:** Update README ([bf37548](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/bf3754896817ae37bdfbf96a0054c0adc1823832))
* Rename bin folder to build ([d612630](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/d61263045733ab999ba7d3790216247a696241b8))
* Trim copied text. Fixes [#224](https://github.com/bamdadsabbagh/bandcamp-plus--extension/issues/224) ([bdd7020](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/bdd70207861747d5d837d3993ad7d955dbd7b189))


### Features

* **App:** Add manifest v3 for chrome + Misc ([1250cc0](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/1250cc0142667d61afb85600eaf909ce9d4adf47))


### Performance Improvements

* **App:** Replace yarn with pnpm ([eaedaae](https://github.com/bamdadsabbagh/bandcamp-plus--extension/commit/eaedaaedc0931a1ee3c96709a40604774b06dbf0))

## [3.2.4](https://github.com/bamdadsabbagh/bandcamp-plus--extension/compare/v3.2.3...v3.2.4) (2022-09-06)


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.4",
"version": "3.3.0",
"description": "Add multiple features to bandcamp.com",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chrome.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.4",
"version": "3.3.0",
"manifest_version": 2,
"icons": {
"512": "assets/bandcamp-plus-icon.png"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.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.4",
"version": "3.3.0",
"manifest_version": 2,
"icons": {
"512": "assets/bandcamp-plus-icon.png"
Expand Down

0 comments on commit 1247b81

Please sign in to comment.