Skip to content

Commit

Permalink
chore(release): version 1.21.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0-next.1](v1.20.0...v1.21.0-next.1) (2023-07-08)

### Features

* add 'jwt-algorithm' to env vars to parameterize algo by env ([6c3056d](6c3056d))
* add 'push' event to release workflow ([29a9247](29a9247))
* set engines.node to 16.17.0 ([78db912](78db912))
  • Loading branch information
semantic-release-bot committed Jul 8, 2023
1 parent 72f2973 commit 0bcfb59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0bcfb59

Please sign in to comment.