We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e800c0 commit 4913f46Copy full SHA for 4913f46
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# nJwt Change Log
2
3
+### 1.2.0
4
+
5
+* [#84] (https://github.com/jwtk/njwt/pull/84) Resolves `uuid` vulnerability.
6
7
### 1.1.0
8
9
* [#77](https://github.com/jwtk/njwt/pull/77) Adds TypeScript type definitions.
package.json
@@ -1,6 +1,6 @@
{
"name": "njwt",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "JWT Library for Node.js",
"engines": {
"node": ">=6.0"
0 commit comments