From c91a8af46e758bf6dd5fe53f235143deb5c25945 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:54:29 +1300 Subject: [PATCH] release: 4.11.0 (#1181) :robot: I have created a release *beep* *boop* --- ## [4.11.0](https://github.com/linz/argo-tasks/compare/v4.10.0...v4.11.0) (2025-02-04) ### Features * improve stac-validate logs TDE-1385 ([#1189](https://github.com/linz/argo-tasks/issues/1189)) ([27e0acf](https://github.com/linz/argo-tasks/commit/27e0acf637a9146d0e339d77425e364d9d7acf59)) ### Bug Fixes * **tileindex-validate:** log errors when validating presets fail ([#1180](https://github.com/linz/argo-tasks/issues/1180)) ([e2d75d7](https://github.com/linz/argo-tasks/commit/e2d75d78f85401ec5ef846ae27b98cee6335ce6d)) --- 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 b89c9110..c9aa37cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.10.0" + ".": "4.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c76785..d8e4b1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.11.0](https://github.com/linz/argo-tasks/compare/v4.10.0...v4.11.0) (2025-02-04) + + +### Features + +* improve stac-validate logs TDE-1385 ([#1189](https://github.com/linz/argo-tasks/issues/1189)) ([27e0acf](https://github.com/linz/argo-tasks/commit/27e0acf637a9146d0e339d77425e364d9d7acf59)) + + +### Bug Fixes + +* **tileindex-validate:** log errors when validating presets fail ([#1180](https://github.com/linz/argo-tasks/issues/1180)) ([e2d75d7](https://github.com/linz/argo-tasks/commit/e2d75d78f85401ec5ef846ae27b98cee6335ce6d)) + ## [4.10.0](https://github.com/linz/argo-tasks/compare/v4.9.0...v4.10.0) (2024-12-20) diff --git a/package-lock.json b/package-lock.json index 92c8294f..72e75233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/argo-tasks", - "version": "4.10.0", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linzjs/argo-tasks", - "version": "4.10.0", + "version": "4.11.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.440.0", diff --git a/package.json b/package.json index 9fc6c30d..b347b53d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@linzjs/argo-tasks", "private": true, - "version": "4.10.0", + "version": "4.11.0", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "git@github.com:linz/argo-tasks.git",