Skip to content

Commit

Permalink
Merge pull request #36 from casper-network/bump/version
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
Ryo Kanazawa authored Aug 1, 2023
2 parents d201c7e + d1b465d commit bb396cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.2] - 2023-08-01

### Changed

- The available versions are fetched from GitHub directly. ([#29](https://github.com/casper-network/casper-node-launcher-js/pull/29))

## [0.0.1] - 2023-7-12

Initial version of `casper-node-launcher-js`.
Expand All @@ -23,4 +29,5 @@ Initial version of `casper-node-launcher-js`.

- Started to use CHANGELOG.

[0.0.1]: https://github.com/casper-network/casper-node-launcher-js/compare/0.0.1...main
[0.0.2]: https://github.com/casper-network/casper-node-launcher-js/compare/0.0.2...main
[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.1",
"version": "0.0.2",
"description": "CLI makes easy to run single casper node for test purpose",
"author": "Ryo Kanazawa <[email protected]>",
"bin": {
Expand Down

0 comments on commit bb396cd

Please sign in to comment.