Thanks to visit codestin.com Credit goes to github.com
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 a99fd4b commit 84539b2Copy full SHA for 84539b2
CHANGELOG.md
@@ -4,6 +4,10 @@
4
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 9.0.1 - 2023-07-05
8
+
9
+- fix(stubs): allow decode method to be stubbed
10
11
## 9.0.0 - 2022-12-21
12
13
**Breaking changes: See [Migration from v8 to v9](https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9)**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsonwebtoken",
3
- "version": "9.0.0",
+ "version": "9.0.1",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
"main": "index.js",
"nyc": {
0 commit comments