Skip to content

Commit 92913a3

Browse files
chore(release): 0.2.32
1 parent 060efb2 commit 92913a3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.version

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.32](https://github.com/WhistlingZephyr/banger/compare/v0.2.31...v0.2.32) (2023-10-21)
6+
7+
8+
### Bug Fixes
9+
10+
* add npmrc config file ([060efb2](https://github.com/WhistlingZephyr/banger/commit/060efb2c48dd1594230c4a9882538995829cb519))
11+
512
### [0.2.31](https://github.com/WhistlingZephyr/banger/compare/v0.2.30...v0.2.31) (2023-10-21)
613

714

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.31",
3+
"version": "0.2.32",
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.31",
5+
"version": "0.2.32",
66
"icons": {
77
"48": "icons/icon.svg",
88
"96": "icons/icon.svg"

0 commit comments

Comments
 (0)