diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4de89195..997329e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d409ba6..750df4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1f571b31..86585c83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/argo-tasks", - "version": "2.11.0", + "version": "2.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@linzjs/argo-tasks", - "version": "2.11.0", + "version": "2.12.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.245.0", diff --git a/package.json b/package.json index 4a5ee5af..f1956fab 100644 --- a/package.json +++ b/package.json @@ -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",