Skip to content

Commit

Permalink
chore[release]: Tact v1.5.1 (tact-lang#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Sep 18, 2024
1 parent acd33ce commit b384573
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b384573

Please sign in to comment.