Skip to content

Commit 9d9f626

Browse files
authored
chacha20poly1305: bump version to 1.7.0. (#548)
1 parent 419131f commit 9d9f626

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/chacha20poly1305/CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changes
22

3+
## Version 1.7.0
4+
5+
Released 2025-08-09
6+
7+
- [(#547) chacha20poly1305: import chacha20 implementation from @noble/ciphers.](https://github.com/dajiaji/hpke-js/pull/547)
8+
39
## Version 1.6.3
410

511
Released 2025-07-12
612

7-
- []
13+
- [(#527) base: bump @noble/cipher to 1.3.0](https://github.com/dajiaji/hpke-js/pull/527)
14+
- [(#526) base: bump @hpke/core to 1.7.3](https://github.com/dajiaji/hpke-js/pull/526)
15+
- [(#504) Add deno check to deno.json.](https://github.com/dajiaji/hpke-js/pull/504)
816

917
## Version 1.6.2
1018

packages/chacha20poly1305/deno.json

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

0 commit comments

Comments
 (0)