From 5383e3815f567caa62b39c1e5c313375b9fac262 Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Fri, 24 Mar 2023 13:24:30 +0400 Subject: [PATCH] chore: release v2.0.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd56418..45351ef 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] +## [2.0.1] - 2023-03-24 ### Fixed - speedup x200 diff --git a/package.json b/package.json index f65204d..6a30a2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tvm-disassembler", "description": "Provides Fift-like code from smart contract source", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/index.js", "license": "MIT", "author": "Dan Volkov ",