diff --git a/.changeset/mean-kangaroos-pump.md b/.changeset/mean-kangaroos-pump.md deleted file mode 100644 index 289f0ea..0000000 --- a/.changeset/mean-kangaroos-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@carbonteq/jwt": minor ---- - -Add asymmetric key based signatures, algorithm selection and other header & validation options diff --git a/.changeset/twenty-cars-attend.md b/.changeset/twenty-cars-attend.md deleted file mode 100644 index b26e1fd..0000000 --- a/.changeset/twenty-cars-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@carbonteq/jwt": patch ---- - -Remove decode and signClaims, and clean up constructor diff --git a/CHANGELOG.md b/CHANGELOG.md index f07c2bb..8ab0a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @carbonteq/jwt +## 0.3.0 + +### Minor Changes + +- c9295eb: Add asymmetric key based signatures, algorithm selection and other header & validation options + +### Patch Changes + +- 0b8ab6d: Remove decode and signClaims, and clean up constructor + ## 0.2.0 ### Minor Changes diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index d4eacfd..b233a7d 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -1,6 +1,6 @@ { "name": "@carbonteq/jwt-darwin-universal", - "version": "0.2.0", + "version": "0.3.0", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index eeb4fb5..f079145 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@carbonteq/jwt-linux-x64-gnu", - "version": "0.2.0", + "version": "0.3.0", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 98c8eb6..ee5c3df 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@carbonteq/jwt-win32-x64-msvc", - "version": "0.2.0", + "version": "0.3.0", "os": [ "win32" ], diff --git a/package.json b/package.json index dfa6c41..8eb0fd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@carbonteq/jwt", "description": "JWT lib with native bindings and (optional) LRU cache", - "version": "0.2.0", + "version": "0.3.0", "main": "index.js", "types": "index.d.ts", "scope": "@carbonteq",