From a8b64b4d41dc2d70839ff0fb07881a50f267ee88 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 2 Mar 2019 11:04:07 +0100 Subject: [PATCH] chore(release): 0.9.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..10e156a418 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +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.9.1](https://github.com/panva/jose/compare/v0.9.0...v0.9.1) (2019-03-02) + + +### Bug Fixes + +* only import RSA, EC and oct successfully ([e5e02fc](https://github.com/panva/jose/commit/e5e02fc)) diff --git a/package.json b/package.json index cd7a8effdb..23cb55dc93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panva/jose", - "version": "0.9.0", + "version": "0.9.1", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact",