From 254fed5a142148a5c58253a173aa2d85f8605362 Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Thu, 13 Apr 2023 14:00:54 +0100 Subject: [PATCH] Release 1.1.0-beta.23 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3ee20a9..a5f010c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0-beta.23] - 2023-04-13 ## Changed - deploy trait now sends non-bounceable notifications diff --git a/package.json b/package.json index ce3fb1a2f..bcbc5e429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/compiler", - "version": "1.1.0-beta.22", + "version": "1.1.0-beta.23", "repository": "https://github.com/tact-lang/tact.git", "homepage": "https://tact-lang.org", "description": "Tact is a next-gen smart contract language for TON",