diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b81bae..e06baf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.0.3](https://github.com/cdcabrera/apidoc-mock/compare/27d4ded389d48e1b81ef6d1f272def2b9a56cf37...de9d140749e22b817655d439aa1137d8c05fc209) (2024-09-07) + + +### Builds +* **deps-dev** bump group with 3 updates ([#385](https://github.com/cdcabrera/apidoc-mock/pull/385)) ([de9d140](https://github.com/cdcabrera/apidoc-mock/commit/de9d140749e22b817655d439aa1137d8c05fc209)) +* **deps** bump group with 5 updates ([#382](https://github.com/cdcabrera/apidoc-mock/pull/382)) ([a767420](https://github.com/cdcabrera/apidoc-mock/commit/a767420a8197dc0c4ae71cfbea1bd6f46cf90754)) + ## [5.0.2](https://github.com/cdcabrera/apidoc-mock/compare/4ca8885e32e09a2ef8e684f8ddf6e1847d857f0f...5835c6c00ea63dbbb4509d03d26196eea4623b2f) (2024-08-07) diff --git a/package-lock.json b/package-lock.json index 2bb4d08..cbe3155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apidoc-mock", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apidoc-mock", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "apidoc": "1.2.0", diff --git a/package.json b/package.json index a560ac5..cb10560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apidoc-mock", - "version": "5.0.2", + "version": "5.0.3", "description": "Create a mock server from apiDoc comments.", "author": "cdcabrera", "license": "MIT",