From 2be440a62227c88636a2ef5cf6560f12b3dbef25 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Tue, 13 Aug 2024 23:45:00 +0900 Subject: [PATCH] chore[release]: Tact v1.4.2 (#685) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b5cc327..a287e22aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +## [1.4.2] - 2024-08-13 + +### Changed + - Removed unsupported iterators API: PR [#633](https://github.com/tact-lang/tact/pull/633) - Created a separate API function to enable compiler features: PR [#647](https://github.com/tact-lang/tact/pull/647) - Use the `ILogger` interface to enable API users implement their own loggers: PR [#668](https://github.com/tact-lang/tact/pull/668) diff --git a/package.json b/package.json index 9f06f066e..3d1d7a66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/compiler", - "version": "1.4.1", + "version": "1.4.2", "repository": { "type": "git", "url": "git+https://github.com/tact-lang/tact.git"