Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 4, 2019
1 parent c9e69a9 commit 9c540e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.0
## 1.0.1 (July 4, 2019)

- Used dist version of `jora` to reduce startup time (up to 10x)
- Removed wrongly added dependency
- Fixed command name in help info
- Fixed returning `undefined` when no query, now command returns input itself as when query is empty string

## 1.0.0 (July 4, 2019)

- Initial release
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": "jora-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Command line interface for Jora",
"keywords": [],
"homepage": "https://github.com/discoveryjs/jora-cli",
Expand Down

0 comments on commit 9c540e6

Please sign in to comment.