diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8f690..745dba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ -# Changelog +## [0.0.9](https://github.com/JacekZubielik/Node-App/compare/v0.0.8...v0.0.9) (2024-05-13) -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. -### [0.0.8](https://github.com/JacekZubielik/Node-App/compare/v0.0.7...v0.0.8) (2024-05-13) +### Bug Fixes + +* **workflow:** change github-token secret ([2daa9c2](https://github.com/JacekZubielik/Node-App/commit/2daa9c26871010c30882a12f38dcc21892d231ac)), closes [#11](https://github.com/JacekZubielik/Node-App/issues/11) + + + +## [0.0.8](https://github.com/JacekZubielik/Node-App/compare/v0.0.7...v0.0.8) (2024-05-13) ### Bug Fixes @@ -10,14 +15,18 @@ All notable changes to this project will be documented in this file. See [standa * **node:** add typescript-estree ([d026ecc](https://github.com/JacekZubielik/Node-App/commit/d026eccb944bc6e63f2d151b4b9ef4bdf837296f)) * **node:** bump node 18 ([db1f117](https://github.com/JacekZubielik/Node-App/commit/db1f1171a31957effe066199dfd35865ef309dd8)), closes [#7](https://github.com/JacekZubielik/Node-App/issues/7) -### [0.0.7](https://github.com/JacekZubielik/Node-App/compare/v0.0.6...v0.0.7) (2024-05-13) + + +## [0.0.7](https://github.com/JacekZubielik/Node-App/compare/v0.0.6...v0.0.7) (2024-05-13) ### Bug Fixes * **workflow:** bump node 18 ([f448dd8](https://github.com/JacekZubielik/Node-App/commit/f448dd82315971f8100f51adc3ab619cb09f67a0)) -### [0.0.6](https://github.com/JacekZubielik/Node-App/compare/v0.0.5...v0.0.6) (2024-05-13) + + +## [0.0.6](https://github.com/JacekZubielik/Node-App/compare/v0.0.5...v0.0.6) (2024-05-13) ### Bug Fixes @@ -25,9 +34,18 @@ All notable changes to this project will be documented in this file. See [standa * **workflow:** test issue 1 ([8b3270c](https://github.com/JacekZubielik/Node-App/commit/8b3270c199c458accae642cf8d66f130d10b7098)) * **workflow:** test issue 2 ([f491de6](https://github.com/JacekZubielik/Node-App/commit/f491de6e57c76518ab7609f33b52cb9fbfe24a4d)) -### [0.0.5](https://github.com/JacekZubielik/Node-App/compare/v0.0.4...v0.0.5) (2024-05-13) -### [0.0.4](https://github.com/JacekZubielik/Node-App/compare/v0.0.3...v0.0.4) (2024-05-13) +### Performance Improvements + +* **workflow:** skip on empty ([c911c5a](https://github.com/JacekZubielik/Node-App/commit/c911c5a9af1979e90a914d4ad8f794886760b93d)) + + + +## [0.0.5](https://github.com/JacekZubielik/Node-App/compare/v0.0.4...v0.0.5) (2024-05-13) + + + +## [0.0.4](https://github.com/JacekZubielik/Node-App/compare/v0.0.3...v0.0.4) (2024-05-13) ### Bug Fixes @@ -35,6 +53,8 @@ All notable changes to this project will be documented in this file. See [standa * **docs:** remove Release test 1 (Fix) ([b79c262](https://github.com/JacekZubielik/Node-App/commit/b79c262bd8581387eb114577d97b25103f81294b)) * **workflow:** disable VALIDATE_JSCPD ([771b5fa](https://github.com/JacekZubielik/Node-App/commit/771b5fada4ec7e3aaacfb88578c5e0f80e81b9ec)) + + ## [0.0.3](https://github.com/JacekZubielik/Node-App/compare/v0.0.2...v0.0.3) (2024-05-13) @@ -45,7 +65,7 @@ All notable changes to this project will be documented in this file. See [standa -## [0.0.2](https://github.com/JacekZubielik/Node-App/compare/373feb64a6569a00713ef4eddf3a9c16187c111e...v0.0.2) (2024-05-13) +## [0.0.2](https://github.com/JacekZubielik/Node-App/compare/v0.0.1...v0.0.2) (2024-05-13) ### Bug Fixes @@ -53,3 +73,10 @@ All notable changes to this project will be documented in this file. See [standa * **docs:** create status badge ([373feb6](https://github.com/JacekZubielik/Node-App/commit/373feb64a6569a00713ef4eddf3a9c16187c111e)) * **release:** release test 1 (Fix) ([832a972](https://github.com/JacekZubielik/Node-App/commit/832a97279c99c73d168894a04c151c628c9350be)) * **release:** release test 2 (Fix) ([a4b01ee](https://github.com/JacekZubielik/Node-App/commit/a4b01ee6b9d7a637018205c169e402592c9eaf80)) + + + +## 0.0.1 (2024-05-13) + + + diff --git a/package.json b/package.json index c067fbb..d9570f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-app", - "version": "0.0.8", + "version": "0.0.9", "description": "", "author": "", "private": true,