Skip to content

Commit

Permalink
chore(release): 0.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
WhistlingZephyr committed Oct 12, 2024
1 parent 01cd1b6 commit 0bbc936
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.32
0.2.33
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "banger",
"version": "0.2.32",
"version": "0.2.33",
"description": "Add DuckDuckGo-like !Bangs to any search engine.",
"scripts": {
"watch": "vite build --watch",
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0bbc936

Please sign in to comment.