Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anoack93 committed May 4, 2021
1 parent 2fef5a3 commit 90f3636
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [1.0.4](https://github.com/diva-e/servemocks/compare/v1.0.0...v1.0.4) (2021-05-04)


### Bug Fixes

* fix defect endpoints on windows systems ([66ffda7](https://github.com/diva-e/servemocks/commit/66ffda707174efd8a6720b291392873d709ffa2c))
* support node versions lower than 15 on windows ([2fef5a3](https://github.com/diva-e/servemocks/commit/2fef5a37c65d05eaa29664c8e3f5e039836947cf))

### [1.0.3](https://github.com/diva-e/servemocks/compare/v1.0.0...v1.0.3) (2021-05-04)


Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const serveMocks = require('./src/serve-mocks')
const hostname = process.env.SERVEMOCKS_HOST || '127.0.0.1'

program
.version('1.0.3')
.version('1.0.4')
.arguments('<mock-directory>')
.option( '-p, --port <port>', 'Change webserver port')
.action( function(mockDirectory, env) {
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": "servemocks",
"version": "1.0.3",
"version": "1.0.4",
"description": "Starts a webserver which provides a REST API derived from JSON, XML and other sample files located in a specified directory",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 90f3636

Please sign in to comment.