Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlkv committed Dec 27, 2022
1 parent 3a62480 commit b6e6f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -16,4 +16,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Minor bugs
- Minor bugs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -41,5 +41,5 @@
"filename": "CHANGELOG.md"
}
}
}
}
}

0 comments on commit b6e6f2f

Please sign in to comment.