Skip to content

Commit

Permalink
Merge pull request #2 from carbonteq/changeset-release/main
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
volf52 committed Jun 10, 2023
2 parents 033197a + c1eb06f commit 6103242
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-gifts-report.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @carbonteq/jwt

## 0.1.1

### Patch Changes

- f9f1cbe: Add mul
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.0.0",
"version": "0.1.1",
"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.0.0",
"version": "0.1.1",
"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.0.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 6103242

Please sign in to comment.