Skip to content

Commit

Permalink
chore(master): release 2.17.0 (#781)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.17.0](v2.16.0...v2.17.0)
(2023-11-29)


### Features

* lint resolution TDE-938
([#747](#747))
([b4b8512](b4b8512))
* Lint workflows using actionlint TDE-919
([#742](#742))
([8c458b4](8c458b4))
* Pin actions to hashes TDE-934
([#758](#758))
([cd7d938](cd7d938))


### Bug Fixes

* GitHub PAT for Argo Workflows Pull Requests TDE-940
([#768](#768))
([392371f](392371f))
* Run code under test TDE-968
([#779](#779))
([9d4563f](9d4563f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 392371f commit b4cd1da
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.16.0"
".": "2.17.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.17.0](https://github.com/linz/argo-tasks/compare/v2.16.0...v2.17.0) (2023-11-29)


### Features

* lint resolution TDE-938 ([#747](https://github.com/linz/argo-tasks/issues/747)) ([b4b8512](https://github.com/linz/argo-tasks/commit/b4b851208dddcca2a6b2c7419b882914276f9155))
* Lint workflows using actionlint TDE-919 ([#742](https://github.com/linz/argo-tasks/issues/742)) ([8c458b4](https://github.com/linz/argo-tasks/commit/8c458b4a1a1a5c48d6c604e72b3c91f15bbb6949))
* Pin actions to hashes TDE-934 ([#758](https://github.com/linz/argo-tasks/issues/758)) ([cd7d938](https://github.com/linz/argo-tasks/commit/cd7d93829b240b11bc627d35386e1340266cee52))


### Bug Fixes

* GitHub PAT for Argo Workflows Pull Requests TDE-940 ([#768](https://github.com/linz/argo-tasks/issues/768)) ([392371f](https://github.com/linz/argo-tasks/commit/392371f1403c71bc27dd756ae5a9bca640d1b2aa))
* Run code under test TDE-968 ([#779](https://github.com/linz/argo-tasks/issues/779)) ([9d4563f](https://github.com/linz/argo-tasks/commit/9d4563f28d8d704a15552fecfe742978f8214098))

## [2.16.0](https://github.com/linz/argo-tasks/compare/v2.15.1...v2.16.0) (2023-11-08)


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,7 +1,7 @@
{
"name": "@linzjs/argo-tasks",
"private": true,
"version": "2.16.0",
"version": "2.17.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "git@github.com:linz/argo-tasks.git",
Expand Down

0 comments on commit b4cd1da

Please sign in to comment.