File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
packages/chacha20poly1305 Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+
3
9
## Version 1.6.3
4
10
5
11
Released 2025-07-12
6
12
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 )
8
16
9
17
## Version 1.6.2
10
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/chacha20poly1305" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.7.0 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
You can’t perform that action at this time.
0 commit comments