Skip to content

Commit 1dc58fc

Browse files
committed
chore(release): 0.11.0
1 parent e936d54 commit 1dc58fc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
# [0.11.0](https://github.com/panva/jose/compare/v0.10.0...v0.11.0) (2019-03-16)
6+
7+
8+
### Bug Fixes
9+
10+
* all JWA defined RSA operations require key of 2048 or more ([cc70c5d](https://github.com/panva/jose/commit/cc70c5d))
11+
* use correct salt length for RSASSA-PSS ([e936d54](https://github.com/panva/jose/commit/e936d54))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* all [JWA](https://tools.ietf.org/html/rfc7518) defined
17+
RSA based operations require key size of 2048 bits or more.
18+
19+
20+
521
# [0.10.0](https://github.com/panva/jose/compare/v0.9.2...v0.10.0) (2019-03-12)
622

723

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.10.0",
3+
"version": "0.11.0",
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)