Skip to content

Commit

Permalink
chore(release): version 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.0...v1.22.0) (2023-07-12)

### Features

* **ci:** add 'dockerfile-path' input to ecr_image_push ([c94a508](c94a508))
* **ci:** ensure codegen'd files are ignore by pre-commit hooks ([2332247](2332247))
* **ci:** rm PR from events triggering Release Workflow ([3918e94](3918e94))
* **ci:** set engines.node to '>=16.0.0', set explicit node-version in Test Workflow ([d2c102c](d2c102c))
  • Loading branch information
semantic-release-bot committed Jul 12, 2023
1 parent 34458ad commit fdeec93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.22.0-next.1",
"version": "1.22.0",
"description": "Fixit API services built on NodeJS and Apollo GraphQL.",
"author": {
"name": "Trevor Anderson",
Expand Down

0 comments on commit fdeec93

Please sign in to comment.