diff --git a/CHANGELOG.md b/CHANGELOG.md index bef20a717..243ae77fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [1.4.3] - 2024-08-16 + +### Fixed + - Parsing of optional nested struct fields does not cause the `Not a tuple` error anymore: PR [#692](https://github.com/tact-lang/tact/pull/692) - Disallow shadowing of recursive function names: PR [#693](https://github.com/tact-lang/tact/pull/693) - Better error message for the case when a constant shadows an stdlib identifier: PR [#694](https://github.com/tact-lang/tact/pull/694) diff --git a/package.json b/package.json index 3d1d7a66d..8e0780bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/compiler", - "version": "1.4.2", + "version": "1.4.3", "repository": { "type": "git", "url": "git+https://github.com/tact-lang/tact.git"