Skip to content

Commit aa357e9

Browse files
authored
common: bump version to 1.8.0. (#607)
1 parent c23b3c6 commit aa357e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/common/CHANGES.md

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

3+
## Version 1.8.0
4+
5+
Released 2025-08-13
6+
7+
- [(#605) common: remove unused const value.](https://github.com/dajiaji/hpke-js/pull/605)
8+
- [(#602) common: add utilities for curves.](https://github.com/dajiaji/hpke-js/pull/602)
9+
- [(#599) common: add test for hmac and sha2.](https://github.com/dajiaji/hpke-js/pull/599)
10+
- [(#598) common: add hmac and sha2.](https://github.com/dajiaji/hpke-js/pull/598)
11+
312
## Version 1.7.3
413

514
Released 2025-06-01

packages/common/deno.json

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

0 commit comments

Comments
 (0)