Skip to content

Commit 9cfa48f

Browse files
authored
Merge pull request #21 from dajiaji/bump-to-v0_4_0
Bump up version to v0.4.0.
2 parents b16f9f4 + f77ee5f commit 9cfa48f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

5+
## Version 0.4.0
6+
7+
Released 2022-05-10
8+
9+
- [(#20) Add samples to README.](https://github.com/dajiaji/hpke-js/pull/20)
10+
- [(#19) Fix bug on browser environment.](https://github.com/dajiaji/hpke-js/pull/19)
11+
- [(#18) Change the default test environment from jsdom to node.](https://github.com/dajiaji/hpke-js/pull/18)
12+
- [(#16) Add support for bidirectional environment.](https://github.com/dajiaji/hpke-js/pull/16)
13+
514
## Version 0.3.1
615

716
Released 2022-05-08

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpke-js",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A Hybrid Public Key Encryption (HPKE) library",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)