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

Commit

Permalink
Version bump and CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Jan 13, 2020
1 parent e3640d2 commit 857e31b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ however it has not stabilized, yet.

## [Unreleased]

## [0.2.2] - 2020-01-13
### Fixed
- Fix library export for TypeScript (#125)

### Changed
- Update of many dev dependencies (#120, #123, #134, #137, #139, #140)

## [0.2.1] - 2019-08-08
### Fixed
- Fix WebCryptographer export (#116).
Expand Down Expand Up @@ -103,7 +110,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.1...HEAD
[Unreleased]: https://github.com/square/js-jose/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/square/js-jose/compare/v0.2.1...v0.2.2
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jose-jwe-jws",
"version": "0.2.1",
"version": "0.2.2",
"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 857e31b

Please sign in to comment.