From 7bc94e2b2005d3ee331f3bf788c8c8b073071628 Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Sun, 26 Mar 2023 12:17:45 +0400 Subject: [PATCH] chore: release v2.0.2 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d92cdcf..91bc47a 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.2] - 2023-03-26 ### Fixed - Packaging issues diff --git a/package.json b/package.json index c361c68..950e429 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.1", + "version": "2.0.2", "main": "dist/index.js", "license": "MIT", "author": "Dan Volkov ",