diff --git a/CHANGELOG.md b/CHANGELOG.md index 45351ef..d92cdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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] +### Fixed +- Packaging issues + ## [2.0.1] - 2023-03-24 ### Fixed - speedup x200 diff --git a/package.json b/package.json index 6a30a2e..c361c68 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,7 @@ "repository": "https://github.com/ton-foundation/disassembler.git", "scripts": { "build": "rm -rf dist/ && tsc", - "prepublish": "yarn build", - "release": "release-it" + "release": "yarn build && release-it" }, "files": [ "dist"