From b38457330dd34190367a036983ca7ef225128ae3 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Wed, 18 Sep 2024 10:29:41 +0400 Subject: [PATCH] chore[release]: Tact v1.5.1 (#850) --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc380bf7..e75cdd296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Release contributors + +## [1.5.1] - 2024-09-18 + +### Added + - The `engines` property in `package.json` and its strict checking to ensure minimal required Node.js version is 22: PR [#847](https://github.com/tact-lang/tact/pull/847) ### Changed - CI now does matrix tests with [Blueprint](https://github.com/ton-org/blueprint) and `npm`, `yarn`, `pnpm`, and `bun` package managers: PR [#848](https://github.com/tact-lang/tact/pull/848) -### Fixed +### Release contributors + +- [Jesús Héctor Domínguez Sánchez](https://github.com/jeshecdom) +- [Novus Nota](https://github.com/novusnota) ## [1.5.0] - 2024-09-15 diff --git a/package.json b/package.json index c8de1f6e1..57fb5da71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/compiler", - "version": "1.5.0", + "version": "1.5.1", "repository": { "type": "git", "url": "git+https://github.com/tact-lang/tact.git"