Skip to content

Commit

Permalink
Merge pull request #6 from carbonteq/changeset-release/main
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
volf52 committed Jun 26, 2023
2 parents b32338d + 92f53dd commit 67e0079
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-kangaroos-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-cars-attend.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/jwt-darwin-universal",
"version": "0.2.0",
"version": "0.3.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/jwt-linux-x64-gnu",
"version": "0.2.0",
"version": "0.3.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/jwt-win32-x64-msvc",
"version": "0.2.0",
"version": "0.3.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 67e0079

Please sign in to comment.