We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3297390 commit 09de023Copy full SHA for 09de023
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.15] - 2024-06-09
11
+
12
### Added
13
- All new opcodes from TVM Upgrade `2023.07`: PR [#7](https://github.com/tact-lang/ton-opcode/pull/7)
14
- All new opcodes from TVM Upgrade `2024.04`: PR [#12](https://github.com/tact-lang/ton-opcode/pull/12)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tact-lang/opcode",
3
- "version": "0.0.14",
+ "version": "0.0.15",
4
"main": "dist/index.js",
5
"repository": "https://github.com/tact-lang/ton-opcode.git",
6
"author": "Steve Korshakov <steve@korshakov.com>",
0 commit comments