diff --git a/.version b/.version index 0a60c4f..4ec1522 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.32 \ No newline at end of file +0.2.33 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fe97b06..757421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.33](https://github.com/WhistlingZephyr/banger/compare/v0.2.32...v0.2.33) (2024-10-12) + + +### Bug Fixes + +* **ci:** refactor CI ([01cd1b6](https://github.com/WhistlingZephyr/banger/commit/01cd1b6f1fd0f217491a8130a227b7801dc1308c)) +* **docs:** typo ([d42c142](https://github.com/WhistlingZephyr/banger/commit/d42c1425b6b152c712b14dc0edaf9aa4fe424d9b)) +* **ui:** fix popup margin ([d98c73f](https://github.com/WhistlingZephyr/banger/commit/d98c73f83d28c596698ca2d6d732043d433cdaec)) +* **ui:** remove brave backend from UI (following v0.2.31) ([04b35af](https://github.com/WhistlingZephyr/banger/commit/04b35afeea3480dd78195b8f3fafc23360bf1672)) +* upgrade deps & migrate ([5d019f8](https://github.com/WhistlingZephyr/banger/commit/5d019f8cb384842ea13da1145d2880b3026b97c4)) + ### [0.2.32](https://github.com/WhistlingZephyr/banger/compare/v0.2.31...v0.2.32) (2023-10-21) diff --git a/package.json b/package.json index 38dbfa0..c147dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "banger", - "version": "0.2.32", + "version": "0.2.33", "description": "Add DuckDuckGo-like !Bangs to any search engine.", "scripts": { "watch": "vite build --watch", diff --git a/static/manifest.json b/static/manifest.json index 932d59f..5edef35 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Banger", "description": "Add DuckDuckGo-like !Bangs to any search engine.", - "version": "0.2.32", + "version": "0.2.33", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg"