Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rudyak committed Jul 17, 2018
1 parent fa29948 commit 1eda360
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.0"></a>
# 0.1.0 (2018-07-17)
- add linters (eslint and solium);
- cover with more tests;
- integrate with MultiEventsHistoryAdapter;
- add migration templates;
- update to the latest dependencies.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidity-roles-lib",
"version": "0.0.1",
"version": "0.1.0",
"description": "Roles Shared Library",
"main": "truffle.js",
"scripts": {
Expand Down

0 comments on commit 1eda360

Please sign in to comment.