Skip to content

Commit 39c667c

Browse files
committed
Version up 1.1.0
1 parent 0c9db92 commit 39c667c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.0 (2021-02-03)
2+
3+
### Feature:
4+
5+
- Ability to use custom config file instead of `mock.config.js` (Thanks to @cantsdmr)
6+
17
## 1.0.8 (2019-08-06)
28

39
### Fix:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-api-mocker",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
44
"description": "CLI wrapper for connect-api-mocker",
55
"main": "src/index.js",
66
"dependencies": {
@@ -27,7 +27,7 @@
2727
"rest",
2828
"api"
2929
],
30-
"author": "Murat Çorlu",
30+
"author": "Murat Çorlu",
3131
"license": "Apache-2.0",
3232
"bugs": {
3333
"url": "https://github.com/muratcorlu/cli-api-mocker/issues"

0 commit comments

Comments
 (0)