Skip to content

Commit 08ad8ca

Browse files
committed
Bump 2.2.0
1 parent 3332d7f commit 08ad8ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- name: Checkout repo
1517
uses: actions/checkout@v4

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*
55
* Changing this value creates a new release.
66
*/
7-
export const version = "2.1.0";
7+
export const version = "2.2.0";

0 commit comments

Comments
 (0)