Skip to content

Commit 7f1f8b4

Browse files
committed
8.5.1
1 parent e5874ae commit 7f1f8b4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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+
## 8.5.1 - 2019-03-18
8+
9+
### Bug fix
10+
11+
- fix: ensure correct PS signing and verification (#585) ([e5874ae428ffc0465e6bd4e660f89f78b56a74a6](https://github.com/auth0/node-jsonwebtoken/commit/e5874ae428ffc0465e6bd4e660f89f78b56a74a6)), closes [#585](https://github.com/auth0/node-jsonwebtoken/issues/585)
12+
13+
### Docs
14+
15+
- README: fix markdown for algorithms table ([84e03ef70f9c44a3aef95a1dc122c8238854f683](https://github.com/auth0/node-jsonwebtoken/commit/84e03ef70f9c44a3aef95a1dc122c8238854f683))
16+
717
## 8.5.0 - 2019-02-20
818

919
### New Functionality

package.json

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

0 commit comments

Comments
 (0)