Skip to content

Commit 62c3bec

Browse files
authored
chore: bump version to v0.3.0 (#57)
1 parent fde0b72 commit 62c3bec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2025-02-27
11+
12+
`disassembleRoot` now supports any layouts without throwing `LayoutError`.
13+
1014
## [0.2.0] - 2025-02-20
1115

1216
- Fixed issues with building as package

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tact-lang/opcode",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"repository": "https://github.com/tact-lang/ton-opcode.git",
55
"author": "Tact Authors",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)