From 56c6c9a6b562959dc714098beb6cdab9d4fc31ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:43:09 +1200 Subject: [PATCH] chore(master): release 4.1.0 (#993) :robot: I have created a release *beep* *boop* --- ## [4.1.0](https://github.com/linz/argo-tasks/compare/v4.0.0...v4.1.0) (2024-05-23) ### Features * allow paths to be split on ";" or "\n" ([#992](https://github.com/linz/argo-tasks/issues/992)) ([7284b23](https://github.com/linz/argo-tasks/commit/7284b23bdf0224cce2075246106b930fafd29208)) ### Bug Fixes * **basemaps:** Fix the collection.json path for the vector data. ([#987](https://github.com/linz/argo-tasks/issues/987)) ([17c8d89](https://github.com/linz/argo-tasks/commit/17c8d89a75bcd1b9325db9a69ca111b374c46c6b)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50999746..033186b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index caf4ab59..80865dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.1.0](https://github.com/linz/argo-tasks/compare/v4.0.0...v4.1.0) (2024-05-23) + + +### Features + +* allow paths to be split on ";" or "\n" ([#992](https://github.com/linz/argo-tasks/issues/992)) ([7284b23](https://github.com/linz/argo-tasks/commit/7284b23bdf0224cce2075246106b930fafd29208)) + + +### Bug Fixes + +* **basemaps:** Fix the collection.json path for the vector data. ([#987](https://github.com/linz/argo-tasks/issues/987)) ([17c8d89](https://github.com/linz/argo-tasks/commit/17c8d89a75bcd1b9325db9a69ca111b374c46c6b)) + ## [4.0.0](https://github.com/linz/argo-tasks/compare/v3.7.0...v4.0.0) (2024-05-08) diff --git a/package-lock.json b/package-lock.json index a33e6511..c3dae5b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/argo-tasks", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linzjs/argo-tasks", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.440.0", diff --git a/package.json b/package.json index a3bda0ef..bfd81e0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@linzjs/argo-tasks", "private": true, - "version": "4.0.0", + "version": "4.1.0", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "git@github.com:linz/argo-tasks.git",