Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anoack93 committed Sep 19, 2023
1 parent 1294beb commit 3eed474
Show file tree
Hide file tree
Showing 3 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.

### [2.0.1](https://github.com/diva-e/servemocks/compare/v2.0.0...v2.0.1) (2023-09-19)


### Bug Fixes

* fix log message prefix for patch, put and delete requests ([921db2b](https://github.com/diva-e/servemocks/commit/921db2b05cb14e7f2ba0b98763f040c606029415))
* log JSON requests bodies properly ([14d2098](https://github.com/diva-e/servemocks/commit/14d209873fda85a2a20af4ba87e22da87975bb63))

## [2.0.0](https://github.com/diva-e/servemocks/compare/v1.4.1...v2.0.0) (2023-09-18)


Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "Starts a webserver which provides a REST API derived from JSON, XML and other sample files located in a specified directory",
"main": "src/public-api.js",
Expand Down

0 comments on commit 3eed474

Please sign in to comment.