We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2c8db commit 3d9df7eCopy full SHA for 3d9df7e
packages/jsonwebtoken/CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+# 0.1.0 (2023-03-02)
7
8
+### Features
9
10
+- **jsonwebtoken:** jsonwebtoken implementation ([70ceb14](https://github.com/napi-rs/node-rs/commit/70ceb14a0b56e8e8b610fc3a378c08dc36b6a0c7))
packages/jsonwebtoken/package.json
@@ -1,6 +1,6 @@
{
"name": "@node-rs/jsonwebtoken",
- "version": "0.0.0",
+ "version": "0.1.0",
"description": "Rust jsonwebtoken binding for Node.js",
"main": "index.js",
"types": "index.d.ts",
0 commit comments