Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Prep for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Aug 8, 2019
1 parent 56135fd commit 189e38a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 189e38a

Please sign in to comment.