Skip to content

Commit 8d7c354

Browse files
committed
Bump version to 2.0.1.
1 parent bd6973c commit 8d7c354

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changes
22

3+
## Version 2.0.1
4+
5+
Released 2024-09-16
6+
7+
- [(#47) Update bench from Kyber to MlKem.](https://github.com/dajiaji/crystals-kyber-js/pull/47)
8+
- [(#46) Rename source files from kyber to mlKem.](https://github.com/dajiaji/crystals-kyber-js/pull/46)
9+
- [(#46) Rename KyberBase to MlKemBase.](https://github.com/dajiaji/crystals-kyber-js/pull/46)
10+
- [(#45) Use oven-sh/setup-bun@v2 for bun CI.](https://github.com/dajiaji/crystals-kyber-js/pull/45)
11+
- [(#44) Add support for Node.js 22.](https://github.com/dajiaji/crystals-kyber-js/pull/38)
12+
- [(#43) Fix typo on README.](https://github.com/dajiaji/crystals-kyber-js/pull/43)
13+
314
## Version 2.0.0
415

516
Released 2024-09-15

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dajiaji/mlkem",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/hashes": "npm:@noble/hashes@^1.5.0"

0 commit comments

Comments
 (0)