Skip to content

Commit 1254f96

Browse files
authored
chore(dhkem-secp256k1): release 1.7.0 (#710)
1 parent 2eb3fba commit 1254f96

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/dhkem-secp256k1/CHANGES.md

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

3+
## Version 1.7.0
4+
5+
Released 2026-03-01
6+
7+
- [(#705) chore(npm): bump @hpke/core to 1.8.0 across workspace.](https://github.com/dajiaji/hpke-js/pull/705)
8+
- [(#700) chore(npm): bump @hpke/common to 1.9.0 and use ArrayBufferLike | ArrayBufferView instead of ArrayBuffer.](https://github.com/dajiaji/hpke-js/pull/700)
9+
- [(#695) test(browsers): use assertion timeout instead of fixed wait in Playwright specs.](https://github.com/dajiaji/hpke-js/pull/695)
10+
- [(#689) chore: update dependencies and deno task scripts.](https://github.com/dajiaji/hpke-js/pull/689)
11+
- [(#683) docs: pnpm & yarn native jsr & double ats.](https://github.com/dajiaji/hpke-js/pull/683)
12+
- [(#680) base: update dependency of tests.](https://github.com/dajiaji/hpke-js/pull/680)
13+
- [(#679) base: update dependency of samples.](https://github.com/dajiaji/hpke-js/pull/679)
14+
- [(#668) base: update devDependencies.](https://github.com/dajiaji/hpke-js/pull/668)
15+
- [(#667) base: add npm badge to README.](https://github.com/dajiaji/hpke-js/pull/667)
16+
- [(#663) base: use jsonc for deno.json under packages.](https://github.com/dajiaji/hpke-js/pull/663)
17+
- [(#643) base: bump devDependencies to the latests.](https://github.com/dajiaji/hpke-js/pull/643)
18+
- [(#639) base: bump dependencies to latest.](https://github.com/dajiaji/hpke-js/pull/639)
19+
- [(#625) base: add deno task test:browsers.](https://github.com/dajiaji/hpke-js/pull/625)
20+
- [(#623) base: update test dependencies.](https://github.com/dajiaji/hpke-js/pull/623)
21+
- [(#621) base: bump dhkem-secp256k1 to 1.6.4.](https://github.com/dajiaji/hpke-js/pull/621)
22+
- [(#620) dhkem-secp256k1: add a missing log entry to the CHANGELOG.](https://github.com/dajiaji/hpke-js/pull/620)
23+
324
## Version 1.6.4
425

526
Released 2025-08-13

packages/dhkem-secp256k1/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/dhkem-secp256k1",
3-
"version": "1.6.4",
3+
"version": "1.7.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/curves": "npm:@noble/curves@^1.9.7"

0 commit comments

Comments
 (0)