From 1c24e37de9ca1fdf85863e697f43325ec3e7a76b Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Fri, 24 Mar 2023 15:12:43 +0000 Subject: [PATCH] Release 3.4.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cb55a..fc8bd46 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.4.1] - 2023-03-24 ## Fixed - Browser environment support diff --git a/package.json b/package.json index c370f0a..e7096d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/emulator", - "version": "3.4.0", + "version": "3.4.1", "main": "dist/index.js", "repository": "https://github.com/tact-lang/tact-emulator.git", "author": "Steve Korshakov ",