From 9e763ac296ec9806cb8cfa24f36e603f86c4b660 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 4 Apr 2019 11:10:27 +0200 Subject: [PATCH] chore(release): 0.11.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7e490ecf..1847b6e7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +## [0.11.5](https://github.com/panva/jose/compare/v0.11.4...v0.11.5) (2019-04-04) + + +### Features + +* add key.secret and key.type for completeness ([2dd7053](https://github.com/panva/jose/commit/2dd7053)) +* add key.thumbprint always returning the JWK Thumbprint (RFC7638) ([65db7e0](https://github.com/panva/jose/commit/65db7e0)) + + + ## [0.11.4](https://github.com/panva/jose/compare/v0.11.3...v0.11.4) (2019-03-28) diff --git a/package.json b/package.json index 1d5803c515..f266ee7839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panva/jose", - "version": "0.11.4", + "version": "0.11.5", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact",