Skip to content

Commit 5e3905a

Browse files
authored
hpke-js: bump version to 1.6.4. (#644)
1 parent d2250d8 commit 5e3905a

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

packages/hpke-js/CHANGES.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,49 @@
11
# Changes
22

3+
## Version 1.6.4
4+
5+
Released 2025-08-15
6+
7+
- [(#625) base: add deno task test:browsers.](https://github.com/dajiaji/hpke-js/pull/625)
8+
- [(#623) base: update test dependencies.](https://github.com/dajiaji/hpke-js/pull/623)
9+
- [(#622) base: add deno task update.](https://github.com/dajiaji/hpke-js/pull/622)
10+
- [(#617) base: add deno task dry-publish.](https://github.com/dajiaji/hpke-js/pull/617)
11+
- [(#616) base: add deno task minify.](https://github.com/dajiaji/hpke-js/pull/616)
12+
- [(#615) base: remove dependency on noble/hashes/sha3.](https://github.com/dajiaji/hpke-js/pull/615)
13+
- [(#614) base: add deno task npm-build.](https://github.com/dajiaji/hpke-js/pull/614)
14+
- [(#613) base: add deno task check.](https://github.com/dajiaji/hpke-js/pull/613)
15+
- [(#610) base: remove path to noble from tsconfig.json.](https://github.com/dajiaji/hpke-js/pull/610)
16+
- [(#609) hpke-js: use hmac/sha2 in hpke/common.](https://github.com/dajiaji/hpke-js/pull/609)
17+
- [(#608) dhkem-x25519: refine directory structure.](https://github.com/dajiaji/hpke-js/pull/608)
18+
- [(#603) dhkem-x25519: use curve utils in hpke/common.](https://github.com/dajiaji/hpke-js/pull/603)
19+
- [(#600) dhkem-x25519: use hmac/sha2 in hpke/common.](https://github.com/dajiaji/hpke-js/pull/600)
20+
- [(#597) hpke-js: bump samples dependencies to latest.](https://github.com/dajiaji/hpke-js/pull/597)
21+
- [(#590) dhkem-x25519: remove dependencies on noble/hashes.](https://github.com/dajiaji/hpke-js/pull/590)
22+
- [(#589) dhkem-x25519: remove dependencies on noble/curves.](https://github.com/dajiaji/hpke-js/pull/589)
23+
- [(#565) core: add deriveKeyPair test for browsers.](https://github.com/dajiaji/hpke-js/pull/565)
24+
- [(#563) core: run secure curves test on safari.](https://github.com/dajiaji/hpke-js/pull/563)
25+
- [(#559) hpke-js: use local http-server for testing on browsers.](https://github.com/dajiaji/hpke-js/pull/559)
26+
- [(#552) dhkem-x25519: use local http-server for testing on browsers.](https://github.com/dajiaji/hpke-js/pull/552)
27+
- [(#550) core: add DhkemX25519HkdfSha256 test for browsers.](https://github.com/dajiaji/hpke-js/pull/550)
28+
329
## Version 1.6.3
430

5-
Released 2025-07-13
31+
Released 2025-07-12
632

7-
- [(#535) base: bump @hpke/dhkem-x448 to 1.6.3](https://github.com/dajiaji/hpke-js/pull/535)
8-
- [(#533) base: bump @hpke/dhkem-x25519 to 1.6.3](https://github.com/dajiaji/hpke-js/pull/533)
933
- [(#529) base: bump @noble/curves to 1.9.2](https://github.com/dajiaji/hpke-js/pull/529)
34+
- [(#528) base: bump @noble/hashes to 1.8.0](https://github.com/dajiaji/hpke-js/pull/528)
1035
- [(#526) base: bump @hpke/core to 1.7.3](https://github.com/dajiaji/hpke-js/pull/526)
1136
- [(#524) base: bump @hpke/common to 1.7.3](https://github.com/dajiaji/hpke-js/pull/524)
1237

1338
## Version 1.6.2
1439

1540
Released 2025-03-10
1641

17-
- [(#497) Bump @hpke/dhkem-x448 to 1.6.2.](https://github.com/dajiaji/hpke-js/pull/497)
18-
- [(#497) Bump @hpke/dhkem-x25519 to 1.6.2.](https://github.com/dajiaji/hpke-js/pull/497)
1942
- [(#495) Fix type declaration error on samples.](https://github.com/dajiaji/hpke-js/pull/495)
20-
- [(#494) Bump @hpke/chacha20poly1305 to 1.6.2.](https://github.com/dajiaji/hpke-js/pull/494)
2143
- [(#493) Bump @hpke/core to 1.7.2.](https://github.com/dajiaji/hpke-js/pull/493)
2244
- [(#491) Remove package-lock.json for cloudflare test.](https://github.com/dajiaji/hpke-js/pull/491)
2345
- [(#489) Bump @hpke/common to 1.7.2.](https://github.com/dajiaji/hpke-js/pull/489)
46+
- [(#483) Bump @noble/curves to 1.8.1.](https://github.com/dajiaji/hpke-js/pull/483)
2447
- [(#483) Bump @noble/hashes to 1.7.1.](https://github.com/dajiaji/hpke-js/pull/483)
2548
- [(#483) Apply deno formatter/linter.](https://github.com/dajiaji/hpke-js/pull/483)
2649
- [(#483) Fix type declaration error.](https://github.com/dajiaji/hpke-js/pull/483)

packages/hpke-js/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/hpke-js",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": [

0 commit comments

Comments
 (0)