From 8cb0d463b5c06471b5ce08dd9b7749e49e6ee6cd Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Tue, 27 Jun 2023 16:28:40 -0700 Subject: [PATCH] Release 1.1.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d034a5f45..cbe32d435 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.3] - 2023-06-27 ## Added - bitwise and and or operations diff --git a/package.json b/package.json index 361389676..deb5c995b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/compiler", - "version": "1.1.2", + "version": "1.1.3", "repository": "https://github.com/tact-lang/tact.git", "homepage": "https://tact-lang.org", "description": "Tact is a next-gen smart contract language for TON",