Skip to content

Commit 3d9df7e

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 4d2c8db commit 3d9df7e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/jsonwebtoken/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/jsonwebtoken",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Rust jsonwebtoken binding for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)