Skip to content

Commit

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


##
[2.12.0](v2.11.0...v2.12.0)
(2023-07-25)


### Features

* **group:** create a output file per item grouped
([#565](#565))
([5d77c40](5d77c40))


### Bug Fixes

* only join target and basepath if basepath exists TDE-777
([#496](#496))
([8c4ed41](8c4ed41))
* **publish-copy:** delete the failed copy file so it can be retried
([#554](#554))
([6be7e94](6be7e94))

---
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 30, 2023
1 parent 5d77c40 commit 736fad7
Show file tree
Hide file tree
Showing 4 changed files with 17 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.11.0"
".": "2.12.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.12.0](https://github.com/linz/argo-tasks/compare/v2.11.0...v2.12.0) (2023-07-25)


### Features

* **group:** create a output file per item grouped ([#565](https://github.com/linz/argo-tasks/issues/565)) ([5d77c40](https://github.com/linz/argo-tasks/commit/5d77c40e56745e874f26561622b8dd3dc78baab2))


### Bug Fixes

* only join target and basepath if basepath exists TDE-777 ([#496](https://github.com/linz/argo-tasks/issues/496)) ([8c4ed41](https://github.com/linz/argo-tasks/commit/8c4ed418d04d5f03c276ae38f1910284b17e0a81))
* **publish-copy:** delete the failed copy file so it can be retried ([#554](https://github.com/linz/argo-tasks/issues/554)) ([6be7e94](https://github.com/linz/argo-tasks/commit/6be7e9494df78d23e23274c8dab0e8e1da41b127))

## [2.11.0](https://github.com/linz/argo-tasks/compare/v2.10.0...v2.11.0) (2023-07-12)


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.11.0",
"version": "2.12.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 736fad7

Please sign in to comment.