From b06d723139d7ae55d8a9dc76eeeab6e10b7ff974 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 19:36:01 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#17) * chore(main): release 1.1.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Oleksii Honchar --- .github/workflows/code-checks.yaml | 2 -- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-checks.yaml b/.github/workflows/code-checks.yaml index 4836222..b8cb43a 100644 --- a/.github/workflows/code-checks.yaml +++ b/.github/workflows/code-checks.yaml @@ -2,8 +2,6 @@ name: Code Checks on: pull_request: - branches: - - main jobs: code-checks: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f602b..ae581c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/oleksii-honchar/fastify-tmpl/compare/v1.0.0...v1.1.0) (2024-07-27) + + +### Features + +* add docker build and push action ([#16](https://github.com/oleksii-honchar/fastify-tmpl/issues/16)) ([85979f8](https://github.com/oleksii-honchar/fastify-tmpl/commit/85979f841925f9251a8215dd6e337035d7bcd975)) + ## 1.0.0 (2024-07-17) diff --git a/package.json b/package.json index 3c82185..2e6ec3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-tmpl", - "version": "1.0.0", + "version": "1.1.0", "description": "Fastify API service template", "homepage": "https://github.com/oleksii-honchar/fastify-tmpl/blob/main/README.md", "bugs": {