From 1b6153b87d97821c650a44e59433d79c880d590f Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 27 Jul 2019 21:39:45 +0200 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827b94629d..c5a973be81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +# [1.6.0](https://github.com/panva/jose/compare/v1.5.2...v1.6.0) (2019-07-27) + + +### Bug Fixes + +* use the correct ECPrivateKey version when importing EC JWK ([24acd20](https://github.com/panva/jose/commit/24acd20)) + + +### Features + +* electron v6.x support ([e7ad82c](https://github.com/panva/jose/commit/e7ad82c)) + + + ## [1.5.2](https://github.com/panva/jose/compare/v1.5.1...v1.5.2) (2019-07-27) diff --git a/package.json b/package.json index b824dd7b0e..f7beaf81f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panva/jose", - "version": "1.5.2", + "version": "1.6.0", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact",