From c98892a714c274a4d551a98b6e8e28e307fe95a4 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:14:35 +0100 Subject: [PATCH] chore[release]: Tact v1.5.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"