Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gyroflaw committed Aug 2, 2023
1 parent 9e57b38 commit 1aefa04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.3] - 2023-08-02

### Fixed

- `stop` command arg parse issue. ([#38](https://github.com/casper-network/casper-node-launcher-js/pull/38))
Expand All @@ -33,5 +35,6 @@ Initial version of `casper-node-launcher-js`.

- Started to use CHANGELOG.

[0.0.2]: https://github.com/casper-network/casper-node-launcher-js/compare/0.0.2...main
[0.0.3]: https://github.com/casper-network/casper-node-launcher-js/compare/0.0.3...main
[0.0.2]: https://github.com/casper-network/casper-node-launcher-js/compare/0.0.2...0.0.2
[0.0.1]: https://github.com/casper-network/casper-node-launcher-js/compare/0.0.1...0.0.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casper-node-launcher-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "CLI makes easy to run single casper node for test purpose",
"author": "Ryo Kanazawa <[email protected]>",
"bin": {
Expand Down

0 comments on commit 1aefa04

Please sign in to comment.