Skip to content

Commit

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


##
[2.11.0](v2.10.0...v2.11.0)
(2023-07-12)


### Features

* ensure collection links are sorted with root as the first link
([#542](#542))
([1fb1ad4](1fb1ad4))
* **group:** add --from-file to work with argo artifacts
([#541](#541))
([83e7420](83e7420))
* **group:** add cli to group input items into set size outputs
([#539](#539))
([171365e](171365e))
* include git version info in container
([#543](#543))
([5ba6d4c](5ba6d4c))


### Bug Fixes

* re-add --include option
([#538](#538))
([248f137](248f137))

---
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 Jul 16, 2023
1 parent eb46177 commit 3cc9d80
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.10.0"
".": "2.11.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.11.0](https://github.com/linz/argo-tasks/compare/v2.10.0...v2.11.0) (2023-07-12)


### Features

* ensure collection links are sorted with root as the first link ([#542](https://github.com/linz/argo-tasks/issues/542)) ([1fb1ad4](https://github.com/linz/argo-tasks/commit/1fb1ad4179a7ded3a34bfaf064d8594e48c04fc9))
* **group:** add --from-file to work with argo artifacts ([#541](https://github.com/linz/argo-tasks/issues/541)) ([83e7420](https://github.com/linz/argo-tasks/commit/83e7420a5e09d0028af8fbfe45304eb6c2993231))
* **group:** add cli to group input items into set size outputs ([#539](https://github.com/linz/argo-tasks/issues/539)) ([171365e](https://github.com/linz/argo-tasks/commit/171365eef4920354a86481cb0412d9a9c29a1fb2))
* include git version info in container ([#543](https://github.com/linz/argo-tasks/issues/543)) ([5ba6d4c](https://github.com/linz/argo-tasks/commit/5ba6d4c993d0ba3cbb74ff348a22b05f2ea722c5))


### Bug Fixes

* re-add --include option ([#538](https://github.com/linz/argo-tasks/issues/538)) ([248f137](https://github.com/linz/argo-tasks/commit/248f137b822c40e31b7e2588e864e6cc0b5d9484))

## [2.10.0](https://github.com/linz/argo-tasks/compare/v2.9.1...v2.10.0) (2023-07-05)


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.10.0",
"version": "2.11.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 3cc9d80

Please sign in to comment.