diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4017067..a59c240 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: npm published on: - push: - branches: - - main release: types: [created] diff --git a/package.json b/package.json index 6be884b..0831426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypt-storage", - "version": "2.12.20", + "version": "2.12.21", "description": "Wrapper for encrypted localStorage and sessionStorage in browser", "main": "dist/index.js", "types": "dist/index.d.ts",