Skip to content

Commit

Permalink
Merge pull request #39 from dajiaji/bump-to-v0_6_0
Browse files Browse the repository at this point in the history
Bump up version to v0.6.0.
  • Loading branch information
dajiaji authored May 21, 2022
2 parents 50ca801 + 6a355c0 commit 158a1df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## Version 0.6.0

Released 2022-05-21

- [(#38) Add support for ChaCha20/Poly1305.](https://github.com/dajiaji/hpke-js/pull/38)
- [(#37) [Breaking Change] Remove redundant output from dist.](https://github.com/dajiaji/hpke-js/pull/37)

## Version 0.5.1

Released 2022-05-16
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This library works on both web browsers and Node.js (<b>currently, Deno is not s
| ---------------- | ------- | ------- | ---- |
| AES-128-GCM ||| |
| AES-256-GCM ||| |
| ChaCha20Poly1305 | | | |
| ChaCha20Poly1305 | | | |
| Export Only ||| |

## Installation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpke-js",
"version": "0.5.1",
"version": "0.6.0",
"description": "A Hybrid Public Key Encryption (HPKE) library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 158a1df

Please sign in to comment.