Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varHarrie committed May 13, 2019
1 parent 8e73137 commit fbee527
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.idea
/.vscode
/.nyc_output
/.npmrc
/node_modules
/example
/coverage
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.npmrc
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.2.1] - 2019-05-13

- Add silent option
- Add priority option

## [0.1.1] - 2019-02-22

- Support JavaScript config file
Expand Down
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": "mokia",
"version": "0.1.1",
"version": "0.2.1",
"description": "A simple mock server.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit fbee527

Please sign in to comment.