Skip to content

Commit 4ab68a0

Browse files
authored
common: bump version to 1.7.3. (#521)
1 parent d8039ca commit 4ab68a0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/common/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.3
4+
5+
Released 2025-06-01
6+
7+
- [(#520) Add support for Node.js 24.](https://github.com/dajiaji/hpke-js/pull/520)
8+
- [(#519) Fix typo.](https://github.com/dajiaji/hpke-js/pull/519)
9+
- [(#518) Remove Deno v1 from supported environments.](https://github.com/dajiaji/hpke-js/pull/518)
10+
- [(#517) Fix version of devDependencies.](https://github.com/dajiaji/hpke-js/pull/517)
11+
- [(#515) Fix version specification for setup-node.](https://github.com/dajiaji/hpke-js/pull/515)
12+
- [(#514) Bump denoland/setup-deno to v2.](https://github.com/dajiaji/hpke-js/pull/514)
13+
- [(#513) Drop support for Deno 1.x.](https://github.com/dajiaji/hpke-js/pull/513)
14+
- [(#512) Update info length limit to 65536.](https://github.com/dajiaji/hpke-js/pull/512)
15+
- [(#504) Add Add deno check to deno.json.](https://github.com/dajiaji/hpke-js/pull/504)
16+
- [(#503) Add CONTRIBUTING.md.](https://github.com/dajiaji/hpke-js/pull/503)
17+
- [(#502) Bump Node.js version on CI to Node.js 22.](https://github.com/dajiaji/hpke-js/pull/502)
18+
- [(#501) Add support for Node.js 23.](https://github.com/dajiaji/hpke-js/pull/501)
19+
- [(#491) Remove package-lock.json for cloudflare.](https://github.com/dajiaji/hpke-js/pull/491)
20+
321
## Version 1.7.2
422

523
Released 2025-03-09

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

0 commit comments

Comments
 (0)