File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
packages/hybridkem-x-wing Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## Version 0.5.1
4
+
5
+ Released 2025-03-30
6
+
7
+ - [ (#509 ) Update dev environments for prerequisites.] ( https://github.com/dajiaji/hpke-js/pull/509 )
8
+ - [ (#508 ) Update prerequisites.] ( https://github.com/dajiaji/hpke-js/pull/508 )
9
+ - [ (#506 ) Add running samples.] ( https://github.com/dajiaji/hpke-js/pull/506 )
10
+ - [ (#504 ) Add deno check to deno.json.] ( https://github.com/dajiaji/hpke-js/pull/504 )
11
+ - [ (#502 ) Bump Node version on CI to 22.x.] ( https://github.com/dajiaji/hpke-js/pull/502 )
12
+ - [ (#501 ) Add support for Node 23.] ( https://github.com/dajiaji/hpke-js/pull/501 )
13
+ - [ (#499 ) Bump deps for samples to latest.] ( https://github.com/dajiaji/hpke-js/pull/499 )
14
+ - [ (#495 ) Fix type declaration error on samples.] ( https://github.com/dajiaji/hpke-js/pull/495 )
15
+ - [ (#493 ) Bump @hpke/core to 1.7.2.] ( https://github.com/dajiaji/hpke-js/pull/493 )
16
+ - [ (#491 ) Remove package-lock.json for cloudflare test.] ( https://github.com/dajiaji/hpke-js/pull/491 )
17
+ - [ (#490 ) Update core sample.] ( https://github.com/dajiaji/hpke-js/pull/490 )
18
+ - [ (#489 ) Bump @hpke/common to 1.7.2.] ( https://github.com/dajiaji/hpke-js/pull/489 )
19
+ - [ (#488 ) Bump wrangler to latest for testing on cloudflare env.] ( https://github.com/dajiaji/hpke-js/pull/488 )
20
+ - [ (#487 ) Bump @noble/hashes to 1.7.1.] ( https://github.com/dajiaji/hpke-js/pull/487 )
21
+ - [ (#486 ) Update dependencies for npm.] ( https://github.com/dajiaji/hpke-js/pull/486 )
22
+ - [ (#485 ) Update dependencies for deno.] ( https://github.com/dajiaji/hpke-js/pull/485 )
23
+ - [ (#483 ) Apply deno formatter/linter.] ( https://github.com/dajiaji/hpke-js/pull/483 )
24
+ - [ (#483 ) Fix type declaration error.] ( https://github.com/dajiaji/hpke-js/pull/483 )
25
+
3
26
## Version 0.5.0
4
27
5
28
Released 2024-11-08
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/hybridkem-x-wing" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@dajiaji/mlkem" : " jsr:@dajiaji/mlkem@^2.3.1" ,
You can’t perform that action at this time.
0 commit comments