Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JisuPark committed Oct 15, 2018
1 parent 3ab87dc commit 3cddf56
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/soohoio/sooho/compare/v0.0.2-alpha.0...v0.1.0) (2018-10-15)


### Code Refactoring

* **encrypt:** Change output format ([3ab87dc](https://github.com/soohoio/sooho/commit/3ab87dc))


### BREAKING CHANGES

* **encrypt:** JSON string format changed





# 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.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.2-alpha.0",
"version": "0.1.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
16 changes: 16 additions & 0 deletions packages/sooho-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/soohoio/sooho/compare/v0.0.2-alpha.0...v0.1.0) (2018-10-15)


### Code Refactoring

* **encrypt:** Change output format ([3ab87dc](https://github.com/soohoio/sooho/commit/3ab87dc))


### BREAKING CHANGES

* **encrypt:** JSON string format changed
4 changes: 2 additions & 2 deletions packages/sooho-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sooho/cli",
"description": "CLI tool to interact with Sooho",
"version": "0.0.2-alpha.0",
"version": "0.1.0",
"author": "Jisu Park <[email protected]>",
"bin": {
"sooho": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@sooho/parser": "^0.0.2-alpha.0",
"@sooho/parser": "^0.1.0",
"tslib": "^1"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/sooho-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/soohoio/sooho/compare/v0.0.2-alpha.0...v0.1.0) (2018-10-15)


### Code Refactoring

* **encrypt:** Change output format ([3ab87dc](https://github.com/soohoio/sooho/commit/3ab87dc))


### BREAKING CHANGES

* **encrypt:** JSON string format changed
2 changes: 1 addition & 1 deletion packages/sooho-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sooho/parser",
"version": "0.0.2-alpha.0",
"version": "0.1.0",
"description": "A Solidity parser forked From federicobond/solidity-parser-antlr",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3cddf56

Please sign in to comment.