Skip to content

Commit c805c68

Browse files
authored
chore(dhkem-x25519): release 1.7.0 (#707)
1 parent c291ee3 commit c805c68

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/dhkem-x25519/CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- [(#638) dhkem-x25519: add a missing log entry to the CHANGELOG.](https://github.com/dajiaji/hpke-js/pull/638)
20+
321
## Version 1.6.4
422

523
Released 2025-08-14

packages/dhkem-x25519/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-x25519",
3-
"version": "1.6.4",
3+
"version": "1.7.0",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": [

0 commit comments

Comments
 (0)