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

Commit

Permalink
Merge 51d9926 into 8c831ef
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Jul 23, 2019
2 parents 8c831ef + 51d9926 commit 72ee72a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -6,10 +6,11 @@ and this project should eventually adhere to [Semantic Versioning](https://semve
however it has not stabilized, yet.

## [Unreleased]

## [0.2.0] - 2019-07-23
### Added
- Support for signing and verifying using EC keys (#95).


### Fixed
- Fix babel-loader config (#91).
- `window.crypto` check now works for Service Workers (#92).
Expand All @@ -21,7 +22,6 @@ however it has not stabilized, yet.
for the project -- with the exception of [semi rule](https://eslint.org/docs/rules/semi)
(we still require semicolons everywhere) (#99).


## [0.1.7] - 2019-02-21
### Changed
- Library is now written in ES6 and Babel is used for backwards compatibility (in browsers
Expand Down Expand Up @@ -92,7 +92,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.1.7...HEAD
[Unreleased]: https://github.com/square/js-jose/compare/v0.2.0...HEAD
[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
[0.1.5]: https://github.com/square/js-jose/compare/v0.1.4...v0.1.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jose-jwe-jws",
"version": "0.1.7",
"version": "0.2.0",
"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 72ee72a

Please sign in to comment.