From 189e38a28ef924f32d39e48a449275f93a172a66 Mon Sep 17 00:00:00 2001 From: Mat Byczkowski Date: Thu, 8 Aug 2019 11:01:13 -0700 Subject: [PATCH] Prep for 0.2.1 release --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd5bcc..83fd463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ however it has not stabilized, yet. ## [Unreleased] +## [0.2.1] - 2019-08-08 +### Fixed +- Fix WebCryptographer export (#116). + +### Changed +- Update of many dev dependencies (#103, #104, #105, #107, #108, #111, #112) + +### Deprecated +- Node.js 9 is unsupported. CI is configured to run latest Node.js version and latest + LTS release (#113). + ## [0.2.0] - 2019-07-23 ### Added - Support for signing and verifying using EC keys (#95). @@ -92,7 +103,8 @@ however it has not stabilized, yet. - Support for content encryption: A128CBC-HS256, A256CBC-HS512, A128GCM, A256GCM (default). -[Unreleased]: https://github.com/square/js-jose/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/square/js-jose/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/square/js-jose/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/square/js-jose/compare/v0.1.7...v0.2.0 [0.1.7]: https://github.com/square/js-jose/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/square/js-jose/compare/v0.1.5...v0.1.6 diff --git a/package.json b/package.json index 9e67f85..cc900c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose-jwe-jws", - "version": "0.2.0", + "version": "0.2.1", "description": "Library to encrypt and decrypt data in JSON Web Encryption (JWE) format and to sign data in JSON Web Signature (JWS) format. Leverages Browser's native web crypto API.", "keywords": [ "crypto",