Skip to content

Commit e58c37a

Browse files
authored
chore: release 2025.02.18 (#223)
1 parent 6ccaf6a commit e58c37a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Releases.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### 2025.02.18
2+
3+
#### @iroha/core 0.2.0 (major)
4+
5+
- fix(core)!: unified .wasm import (close #209, #221) (#222)
6+
7+
**Migration:** there is no need to use `@iroha/crypto-target-*` or `setWASM()` anymore. Just use `@iroha/core` and it
8+
should work.
9+
10+
#### @iroha/crypto-target-*
11+
12+
These packages are removed.

packages/core/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"exports": {
55
".": "./mod.ts",
66
"./codec": "./codec.ts",

0 commit comments

Comments
 (0)