From 3776a4afd0bf4de7742538ae9db8102b7b2b70ef Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Wed, 22 Mar 2023 11:23:33 +0000 Subject: [PATCH] Release 3.3.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 751020f..53e7bb7 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] +## [3.3.0] - 2023-03-22 ## Added - Parse body of outgoing external message diff --git a/package.json b/package.json index 131c381..f923663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/emulator", - "version": "3.2.3", + "version": "3.3.0", "main": "dist/index.js", "repository": "https://github.com/tact-lang/tact-emulator.git", "author": "Steve Korshakov ",