Skip to content

Commit c6ccd4d

Browse files
committed
chore(release): 0.4.2
1 parent 1a63302 commit c6ccd4d

File tree

7 files changed

+6078
-4
lines changed

7 files changed

+6078
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.2](https://github.com/panva/hpke/compare/v0.4.1...v0.4.2) (2025-11-30)
6+
7+
8+
### Fixes
9+
10+
* correct I2OSP for numbers larger than 32 bits ([5b632c6](https://github.com/panva/hpke/commit/5b632c6f34955e41fdcb7477be22ff7c88dd03b5))
11+
* use psk byteLength for mode determination ([ad34537](https://github.com/panva/hpke/commit/ad34537930e385979fa06ab26889d1f921c3ef2e))
12+
13+
14+
### Refactor
15+
16+
* handle edge cases in pointAdd ([1a63302](https://github.com/panva/hpke/commit/1a63302fbbdc1e35097725f194d6c86cb0b4a96b))
17+
518
## [0.4.1](https://github.com/panva/hpke/compare/v0.4.0...v0.4.1) (2025-11-29)
619

720

examples/noble-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panva/hpke-noble",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "@noble/* based HPKE algorithm implementations for @panva/hpke",
55
"keywords": [],
66
"homepage": "https://github.com/panva/hpke/tree/main/examples/noble-suite",

0 commit comments

Comments
 (0)