From fdeec939069a19ee5a35c32ccc0b01f291cc8ef8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jul 2023 14:24:24 +0000 Subject: [PATCH] chore(release): version 1.22.0 [skip ci] # [1.22.0](https://github.com/Nerdware-LLC/fixit-api/compare/v1.21.0...v1.22.0) (2023-07-12) ### Features * **ci:** add 'dockerfile-path' input to ecr_image_push ([c94a508](https://github.com/Nerdware-LLC/fixit-api/commit/c94a508a1bbc63bb7ec464c1d27273273870d694)) * **ci:** ensure codegen'd files are ignore by pre-commit hooks ([2332247](https://github.com/Nerdware-LLC/fixit-api/commit/2332247a5321267ce5483f629c3d90184797b7b1)) * **ci:** rm PR from events triggering Release Workflow ([3918e94](https://github.com/Nerdware-LLC/fixit-api/commit/3918e94c2ff86b0ad029c5465cf2e44606c92c57)) * **ci:** set engines.node to '>=16.0.0', set explicit node-version in Test Workflow ([d2c102c](https://github.com/Nerdware-LLC/fixit-api/commit/d2c102cdf258587aeb2629f4589e2a5b24e5f705)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193873aa..817bfcda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. --- +# [1.22.0](https://github.com/Nerdware-LLC/fixit-api/compare/v1.21.0...v1.22.0) (2023-07-12) + + +### Features + +* **ci:** add 'dockerfile-path' input to ecr_image_push ([c94a508](https://github.com/Nerdware-LLC/fixit-api/commit/c94a508a1bbc63bb7ec464c1d27273273870d694)) +* **ci:** ensure codegen'd files are ignore by pre-commit hooks ([2332247](https://github.com/Nerdware-LLC/fixit-api/commit/2332247a5321267ce5483f629c3d90184797b7b1)) +* **ci:** rm PR from events triggering Release Workflow ([3918e94](https://github.com/Nerdware-LLC/fixit-api/commit/3918e94c2ff86b0ad029c5465cf2e44606c92c57)) +* **ci:** set engines.node to '>=16.0.0', set explicit node-version in Test Workflow ([d2c102c](https://github.com/Nerdware-LLC/fixit-api/commit/d2c102cdf258587aeb2629f4589e2a5b24e5f705)) + # [1.22.0-next.1](https://github.com/Nerdware-LLC/fixit-api/compare/v1.21.0...v1.22.0-next.1) (2023-07-09) diff --git a/package-lock.json b/package-lock.json index e2f10138..719b5d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-api", - "version": "1.22.0-next.1", + "version": "1.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fixit-api", - "version": "1.22.0-next.1", + "version": "1.22.0", "license": "LicenseRef-LICENSE", "dependencies": { "@apollo/server": "^4.7.5", diff --git a/package.json b/package.json index 55e52cdf..db4d25fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-api", - "version": "1.22.0-next.1", + "version": "1.22.0", "description": "Fixit API services built on NodeJS and Apollo GraphQL.", "author": { "name": "Trevor Anderson",