Skip to content

Commit 4913f46

Browse files
bump package version to 1.2.0 and add changelog entry
1 parent 1e800c0 commit 4913f46

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
@@ -1,5 +1,9 @@
11
# nJwt Change Log
22

3+
### 1.2.0
4+
5+
* [#84] (https://github.com/jwtk/njwt/pull/84) Resolves `uuid` vulnerability.
6+
37
### 1.1.0
48

59
* [#77](https://github.com/jwtk/njwt/pull/77) Adds TypeScript type definitions.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "njwt",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "JWT Library for Node.js",
55
"engines": {
66
"node": ">=6.0"

0 commit comments

Comments
 (0)