From a9a41d0be50cf03612bfbf15814c3a716cbccac2 Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Thu, 27 Apr 2023 18:42:06 +0100 Subject: [PATCH] Release 4.2.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbccd11..6b5b591 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] +## [4.2.1] - 2023-04-27 ## Fixed - Trying to parse message using both sender and receiver abi diff --git a/package.json b/package.json index 2da5df7..09151e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/emulator", - "version": "4.2.0", + "version": "4.2.1", "main": "dist/index.js", "repository": "https://github.com/tact-lang/tact-emulator.git", "author": "Steve Korshakov ",