diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..9c6a481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e77b6c..d54e413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/oleksii-honchar/fastify-tmpl/compare/v1.1.1...v1.1.2) (2024-07-29) + + +### Bug Fixes + +* add build-n-push; add husky ([c85fad7](https://github.com/oleksii-honchar/fastify-tmpl/commit/c85fad7bce3609cd600d62f01b535f0125e1512c)) + ## [1.1.1](https://github.com/oleksii-honchar/fastify-tmpl/compare/v1.1.0...v1.1.1) (2024-07-27) diff --git a/package.json b/package.json index a449fb6..14a978c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-tmpl", - "version": "1.1.1", + "version": "1.1.2", "description": "Fastify API service template", "homepage": "https://github.com/oleksii-honchar/fastify-tmpl/blob/main/README.md", "bugs": {