Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2024-02-02)

### Bug Fixes

* handle errors reading config ([2e27d0b](2e27d0b))
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent 2e27d0b commit b456b47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/sngular/api-mock-runner/compare/v1.0.0...v1.0.1) (2024-02-02)


### Bug Fixes

* handle errors reading config ([2e27d0b](https://github.com/sngular/api-mock-runner/commit/2e27d0b0368c590e4b9f4062937e958241e90800))

# 1.0.0 (2024-01-15)


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": "@sngular/api-mock-runner",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create mocks servers with its schemas from OpenAPI 3.0.0 spec files",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit b456b47

Please # to comment.