Skip to content

Commit

Permalink
chore[release]: Tact v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored and anton-trunov committed Nov 28, 2024
1 parent 9968bd5 commit c98892a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.5.3] - 2024-11-28

### Changed

- Replaced `Set.isSubsetOf()` with `isSubsetOf()` to support Node.js ≥18 and <22: PR [#1009](https://github.com/tact-lang/tact/pull/1009)

### Release contributors

- [Novus Nota](https://github.com/novusnota)

## [1.5.2] - 2024-09-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tact-lang/compiler",
"version": "1.5.2",
"version": "1.5.3",
"repository": {
"type": "git",
"url": "git+https://github.com/tact-lang/tact.git"
Expand Down

0 comments on commit c98892a

Please sign in to comment.