Skip to content

Commit ebf659c

Browse files
committed
v2.1.0
1 parent 5a6a260 commit ebf659c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
tag-and-release:
10-
uses: nbr23/github-workflows/.github/workflows/tag-npm-version-bump.yml@e48cd8b188133e74b474566be4f58837d3e26b8f
10+
uses: nbr23/github-workflows/.github/workflows/tag-npm-version-bump.yml@40962e3eebc213a45a36e3186874c5bcf1de0bec
1111
with:
1212
create_release: true
1313

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "BunnyPack",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Decode MessagePack encoded messages in RabbitMQ's web console.",
66
"author": "nbr23",
77
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bunny-pack",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Decode MessagePack encoded messages in RabbitMQ's web console.",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)