diff --git a/CHANGELOG.md b/CHANGELOG.md index e7426ab79..29e4255fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index abe070f48..4c406f7c5 100644 --- a/package.json +++ b/package.json @@ -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"