Skip to content

Commit 11aa89d

Browse files
authored
chore: bump version to v0.3.2 (#389)
1 parent f3e9ae5 commit 11aa89d

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.2] - 2025-03-03
6+
7+
Bump a version of decompiler to v0.3.0.
8+
59
## [0.3.1] - 2025-03-01
610

711
### Improvements

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Tact",
99
"Smart contract"
1010
],
11-
"version": "0.3.1",
11+
"version": "0.3.2",
1212
"engines": {
1313
"vscode": "^1.63.0"
1414
},
@@ -487,7 +487,7 @@
487487
]
488488
},
489489
"dependencies": {
490-
"@tact-lang/opcode": "^0.2.0",
490+
"@tact-lang/opcode": "^0.3.0",
491491
"@textlint/markdown-to-ast": "^14.4.2",
492492
"glob": "^11.0.1",
493493
"vscode-languageclient": "^8.0.2",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -970,13 +970,13 @@ __metadata:
970970
languageName: node
971971
linkType: hard
972972

973-
"@tact-lang/opcode@npm:^0.2.0":
974-
version: 0.2.0
975-
resolution: "@tact-lang/opcode@npm:0.2.0"
973+
"@tact-lang/opcode@npm:^0.3.0":
974+
version: 0.3.0
975+
resolution: "@tact-lang/opcode@npm:0.3.0"
976976
dependencies:
977977
"@ton/core": "npm:^0.60.0"
978978
"@ton/crypto": "npm:^3.3.0"
979-
checksum: 10c0/2d7a670302251187dfb6ed7ffebe0596cd2f94a6c2823034a107994dad3e84f96293c80f4916ad6fe5961c169a40d05b29566186f91343a46e4c8760919d70fe
979+
checksum: 10c0/7bf118c78ae2aba4774d1a6fc1dd019acbceb24353f0e67b60cf1d17fe8df687028436b6d6bc300d62bc42fa4a12bea10ffe7c6dd5864a6674290c6898af8b43
980980
languageName: node
981981
linkType: hard
982982

@@ -7350,7 +7350,7 @@ __metadata:
73507350
resolution: "vscode-tact@workspace:."
73517351
dependencies:
73527352
"@scaleton/func-debug-symbols": "npm:^0.1.5"
7353-
"@tact-lang/opcode": "npm:^0.2.0"
7353+
"@tact-lang/opcode": "npm:^0.3.0"
73547354
"@textlint/markdown-to-ast": "npm:^14.4.2"
73557355
"@types/jest": "npm:^29.5.12"
73567356
"@types/mocha": "npm:^10.0.6"

0 commit comments

Comments
 (0)