Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
DZariusz committed Nov 6, 2018
2 parents 41af4a3 + 6a76e07 commit c68d8d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2018-11-06

fix version number in package.json, so we can update npm package

## [0.1.1] - 2018-11-06

fix: replace `export` to `module.exports

## [0.1.0] - 2018-11-06

First version of Ministro contract tool.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ministro-tool",
"version": "0.1.0",
"version": "0.1.2",
"description": "JavaScript tool created for helping in process of testing solidity smart contracts.",
"main": "ministro-utils/index.js",
"scripts": {
Expand Down

0 comments on commit c68d8d3

Please sign in to comment.