From c79864bb028809271ed0d30fcc7ad516ee555ee3 Mon Sep 17 00:00:00 2001 From: krigga Date: Fri, 31 May 2024 14:20:48 +0300 Subject: [PATCH] chore: bump version, changelog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fccc8a..4d89210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [0.20.0] - 2024-05-31 + +### Added + +- Added the ability to create `Blockchain` using a custom `IExecutor` instead of the default `Executor` +- Added more information to `EmulationError`, extended its error message + ## [0.19.0] - 2024-04-27 ### Fixed diff --git a/package.json b/package.json index 7df81c4..b29780a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/sandbox", - "version": "0.19.0", + "version": "0.20.0", "description": "TON transaction emulator", "main": "dist/index.js", "license": "MIT",