Skip to content

Commit 692149d

Browse files
committed
chacha20poly1305: bump version to 1.7.1.
1 parent 8677c66 commit 692149d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/chacha20poly1305/CHANGES.md

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

3+
## Version 1.7.1
4+
5+
Released 2025-08-15
6+
7+
- [(#606) chacha20poly1305: remove unused funcs.](https://github.com/dajiaji/hpke-js/pull/606)
8+
39
## Version 1.7.0
410

511
Released 2025-08-09

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.7.0",
3+
"version": "1.7.1",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": [

0 commit comments

Comments
 (0)