From 6a76e079f5f5f7047e4053b75063a7ba5e766100 Mon Sep 17 00:00:00 2001 From: DZariusz Date: Tue, 6 Nov 2018 13:49:32 +0100 Subject: [PATCH] chore(*): release version 0.1.2 fix version number in package.json and update doc LIT-34 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c867552..320a09c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index dbaa18e..3f6d516 100644 --- a/package.json +++ b/package.json @@ -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": {