Skip to content

Commit 0a2c783

Browse files
authored
chore(hpke-js): release 1.7.0 (#711)
1 parent 1254f96 commit 0a2c783

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/hpke-js/CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- [(#693) build(deps-dev): bump webpack from 5.94.0 to 5.105.3 in /packages/hpke-js/samples/ts-webpack.](https://github.com/dajiaji/hpke-js/pull/693)
11+
- [(#692) build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /packages/hpke-js/samples/ts-webpack.](https://github.com/dajiaji/hpke-js/pull/692)
12+
- [(#691) build(deps-dev): bump qs from 6.13.0 to 6.15.0 in /packages/hpke-js/samples/ts-webpack.](https://github.com/dajiaji/hpke-js/pull/691)
13+
- [(#690) build(deps): bump @hpke/core from 1.2.9 to 1.7.5 in /packages/hpke-js/samples/ts-webpack.](https://github.com/dajiaji/hpke-js/pull/690)
14+
- [(#689) chore: update dependencies and deno task scripts.](https://github.com/dajiaji/hpke-js/pull/689)
15+
- [(#683) docs: pnpm & yarn native jsr & double ats.](https://github.com/dajiaji/hpke-js/pull/683)
16+
- [(#680) base: update dependency of tests.](https://github.com/dajiaji/hpke-js/pull/680)
17+
- [(#679) base: update dependency of samples.](https://github.com/dajiaji/hpke-js/pull/679)
18+
319
## Version 1.6.5
420

521
Released 2025-11-19

packages/hpke-js/deno.jsonc

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

0 commit comments

Comments
 (0)