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

Commit 857e31b

Browse files
committed
Version bump and CHANGELOG update
1 parent e3640d2 commit 857e31b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ however it has not stabilized, yet.
77

88
## [Unreleased]
99

10+
## [0.2.2] - 2020-01-13
11+
### Fixed
12+
- Fix library export for TypeScript (#125)
13+
14+
### Changed
15+
- Update of many dev dependencies (#120, #123, #134, #137, #139, #140)
16+
1017
## [0.2.1] - 2019-08-08
1118
### Fixed
1219
- Fix WebCryptographer export (#116).
@@ -103,7 +110,8 @@ however it has not stabilized, yet.
103110
- Support for content encryption: A128CBC-HS256, A256CBC-HS512, A128GCM,
104111
A256GCM (default).
105112

106-
[Unreleased]: https://github.com/square/js-jose/compare/v0.2.1...HEAD
113+
[Unreleased]: https://github.com/square/js-jose/compare/v0.2.2...HEAD
114+
[0.2.2]: https://github.com/square/js-jose/compare/v0.2.1...v0.2.2
107115
[0.2.1]: https://github.com/square/js-jose/compare/v0.2.0...v0.2.1
108116
[0.2.0]: https://github.com/square/js-jose/compare/v0.1.7...v0.2.0
109117
[0.1.7]: https://github.com/square/js-jose/compare/v0.1.6...v0.1.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jose-jwe-jws",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"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.",
55
"keywords": [
66
"crypto",

0 commit comments

Comments
 (0)