Skip to content

Commit a47b5a7

Browse files
committed
chore(release): 0.11.3
1 parent cfa4222 commit a47b5a7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.11.3"></a>
6+
## [0.11.3](https://github.com/panva/jose/compare/v0.11.2...v0.11.3) (2019-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* throw on unsupported EC curves ([cfa4222](https://github.com/panva/jose/commit/cfa4222))
12+
13+
14+
### Features
15+
16+
* add EC P-256K JWK and ES256K sign/verify support ([2e33e1c](https://github.com/panva/jose/commit/2e33e1c))
17+
18+
19+
520
<a name="0.11.2"></a>
621
## [0.11.2](https://github.com/panva/jose/compare/v0.11.1...v0.11.2) (2019-03-19)
722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panva/jose",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies",
55
"keywords": [
66
"compact",

0 commit comments

Comments
 (0)