From 0bcfb59d493f2b7aa35830e31ee29434550e4bd4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jul 2023 18:39:49 +0000 Subject: [PATCH] chore(release): version 1.21.0-next.1 [skip ci] # [1.21.0-next.1](https://github.com/Nerdware-LLC/fixit-api/compare/v1.20.0...v1.21.0-next.1) (2023-07-08) ### Features * add 'jwt-algorithm' to env vars to parameterize algo by env ([6c3056d](https://github.com/Nerdware-LLC/fixit-api/commit/6c3056d2135d47cdc4bdedd6a5ba13745b1b65c7)) * add 'push' event to release workflow ([29a9247](https://github.com/Nerdware-LLC/fixit-api/commit/29a92472c0c5dcb64c9978fc33f0c388d143e36e)) * set engines.node to 16.17.0 ([78db912](https://github.com/Nerdware-LLC/fixit-api/commit/78db9129d4ed6b713b6e67d056ed20de0b6d6924)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a3f028..b5b90d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. --- +# [1.21.0-next.1](https://github.com/Nerdware-LLC/fixit-api/compare/v1.20.0...v1.21.0-next.1) (2023-07-08) + + +### Features + +* add 'jwt-algorithm' to env vars to parameterize algo by env ([6c3056d](https://github.com/Nerdware-LLC/fixit-api/commit/6c3056d2135d47cdc4bdedd6a5ba13745b1b65c7)) +* add 'push' event to release workflow ([29a9247](https://github.com/Nerdware-LLC/fixit-api/commit/29a92472c0c5dcb64c9978fc33f0c388d143e36e)) +* set engines.node to 16.17.0 ([78db912](https://github.com/Nerdware-LLC/fixit-api/commit/78db9129d4ed6b713b6e67d056ed20de0b6d6924)) + # [1.20.0](https://github.com/Nerdware-LLC/fixit-api/compare/v1.19.0...v1.20.0) (2023-07-01) diff --git a/package-lock.json b/package-lock.json index 6444b1a1..a212750b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-api", - "version": "1.20.0", + "version": "1.21.0-next.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fixit-api", - "version": "1.20.0", + "version": "1.21.0-next.1", "license": "LicenseRef-LICENSE", "dependencies": { "@apollo/server": "^4.7.5", diff --git a/package.json b/package.json index 4355c505..8eb2c22c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-api", - "version": "1.20.0", + "version": "1.21.0-next.1", "description": "Fixit API services built on NodeJS and Apollo GraphQL.", "author": { "name": "Trevor Anderson",