Skip to content

Commit 84539b2

Browse files
authoredJul 5, 2023
Updating package version to 9.0.1 (#920)
1 parent a99fd4b commit 84539b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 9.0.1 - 2023-07-05
8+
9+
- fix(stubs): allow decode method to be stubbed
10+
711
## 9.0.0 - 2022-12-21
812

913
**Breaking changes: See [Migration from v8 to v9](https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9)**

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonwebtoken",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "JSON Web Token implementation (symmetric and asymmetric)",
55
"main": "index.js",
66
"nyc": {

0 commit comments

Comments
 (0)
Please sign in to comment.