diff --git a/CHANGELOG.md b/CHANGELOG.md index 186d9d1..fceb325 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] +## [1.3.0] - 2022-12-27 ### Fixed @@ -16,4 +16,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Minor bugs \ No newline at end of file +- Minor bugs diff --git a/package.json b/package.json index fe3ed1f..9025152 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tvm-disassembler", "description": "Provides Fift-like code from smart contract source", - "version": "1.2.1", + "version": "1.3.0", "main": "dist/index.js", "license": "MIT", "author": "Dan Volkov ", @@ -41,5 +41,5 @@ "filename": "CHANGELOG.md" } } - } + } }