Skip to content

Commit 911e78d

Browse files
chore(release): 0.2.31
1 parent 1130ad3 commit 911e78d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.30
1+
0.2.31

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.2.31](https://github.com/WhistlingZephyr/banger/compare/v0.2.30...v0.2.31) (2023-10-21)
6+
7+
8+
### Features
9+
10+
* make case-sensitivity opt-in ([1130ad3](https://github.com/WhistlingZephyr/banger/commit/1130ad39fae6e602464d0427d3cef272bd3ef63d))
11+
* remove Brave bangs ([935aaec](https://github.com/WhistlingZephyr/banger/commit/935aaecfba4bcf7dc89c5cada6a7aa1a6e075087))
12+
13+
14+
### Bug Fixes
15+
16+
* update deps & migrate ([a772735](https://github.com/WhistlingZephyr/banger/commit/a772735df598f26ca226d494a7e1184124c617c8))
17+
518
### [0.2.30](https://github.com/WhistlingZephyr/banger/compare/v0.2.29...v0.2.30) (2023-01-20)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "banger",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
44
"description": "Add DuckDuckGo-like !Bangs to any search engine.",
55
"scripts": {
66
"watch": "vite build --watch",

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Banger",
44
"description": "Add DuckDuckGo-like !Bangs to any search engine.",
5-
"version": "0.2.30",
5+
"version": "0.2.31",
66
"icons": {
77
"48": "icons/icon.svg",
88
"96": "icons/icon.svg"

0 commit comments

Comments
 (0)