Skip to content

Commit

Permalink
chore(release): 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Oct 9, 2022
1 parent 6135832 commit 1f64114
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [4.0.5](https://github.com/cdcabrera/apidoc-mock/compare/v4.0.4...v4.0.5) (2022-10-09)


### Bug Fixes

* **build:** npm packages ([#178](https://github.com/cdcabrera/apidoc-mock/issues/178)) ([6135832](https://github.com/cdcabrera/apidoc-mock/commit/613583218390443c39caab0636dc059fc721549c))


### Build Updates

* **deps:** bump codecov/codecov-action from 3.1.0 to 3.1.1 ([#169](https://github.com/cdcabrera/apidoc-mock/issues/169)) ([fe7d39c](https://github.com/cdcabrera/apidoc-mock/commit/fe7d39cdfcee604d8328d0256f5ec9925024807b))

### [4.0.4](https://github.com/cdcabrera/apidoc-mock/compare/v4.0.3...v4.0.4) (2022-08-04)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc-mock",
"version": "4.0.4",
"version": "4.0.5",
"description": "Create a mock server from apiDoc comments.",
"author": "cdcabrera",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,9 @@
"src/**/*.js",
"!src/logger/*"
],
"setupFilesAfterEnv": ["<rootDir>jest.setupTests.js"]
"setupFilesAfterEnv": [
"<rootDir>jest.setupTests.js"
]
},
"standard-version": {
"types": [
Expand Down

0 comments on commit 1f64114

Please sign in to comment.