diff --git a/CHANGELOG.md b/CHANGELOG.md index 745dba8..e68f2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.10](https://github.com/JacekZubielik/Node-App/compare/v0.0.9...v0.0.10) (2024-05-14) + + +### Bug Fixes + +* **test:** test issue 2 ([88dbc23](https://github.com/JacekZubielik/Node-App/commit/88dbc234ed048255adb1c058d2e4168ca8e490a0)), closes [#11](https://github.com/JacekZubielik/Node-App/issues/11) + + + ## [0.0.9](https://github.com/JacekZubielik/Node-App/compare/v0.0.8...v0.0.9) (2024-05-13) diff --git a/package.json b/package.json index d9570f0..2b2dd20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-app", - "version": "0.0.9", + "version": "0.0.10", "description": "", "author": "", "private": true,