From dfc91d83917496856bb2d2e593109972c990d614 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 3 Nov 2019 17:32:59 +0100 Subject: [PATCH] chore(release): 1.11.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cb939abd..fd058d9c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.11.0](https://github.com/panva/jose/compare/v1.10.2...v1.11.0) (2019-11-03) + + +### Features + +* expose crypto.KeyObject instances in supported runtimes ([8ea9683](https://github.com/panva/jose/commit/8ea968312e97ed0f992fab909a20e7993159ec45)) + + + ## [1.10.2](https://github.com/panva/jose/compare/v1.10.1...v1.10.2) (2019-10-29) diff --git a/package.json b/package.json index 5664c960e0..fa55ec2380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose", - "version": "1.10.2", + "version": "1.11.0", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact",