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

Commit

Permalink
Merge pull request #101 from square/mbyczkowski/0.2.0-release
Browse files Browse the repository at this point in the history
Prep for 0.2.0 release
  • Loading branch information
mbyczkowski authored Jul 24, 2019
2 parents 8c831ef + 51d9926 commit f6e74a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 f6e74a3

Please sign in to comment.