From 19bd25120aa9e58cb0fd9fa2e16c2485a44217f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:53:50 +1300 Subject: [PATCH] release: 4.9.0 (#1143) :robot: I have created a release *beep* *boop* --- ## [4.9.0](https://github.com/linz/argo-tasks/compare/v4.8.0...v4.9.0) (2024-11-29) ### Features * **basemaps:** Update elevation config to insert the source is 2193 layer. BM-1125 ([#1139](https://github.com/linz/argo-tasks/issues/1139)) ([37f9030](https://github.com/linz/argo-tasks/commit/37f90305afb5fe39aee064ab4947f3e41d3a7f1e)) * generate path from slug TDE-1319 ([#1136](https://github.com/linz/argo-tasks/issues/1136)) ([48c29ac](https://github.com/linz/argo-tasks/commit/48c29acf3249c990f21989364f10d3bfd702e51c)) ### Bug Fixes * **basemaps:** Remove the elevation category for elevation layers. BM-1125 ([#1148](https://github.com/linz/argo-tasks/issues/1148)) ([40e8e0e](https://github.com/linz/argo-tasks/commit/40e8e0e579c98cd50c2b45ad1d74be91488b5baf)) --- 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 | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03d44477..6aee8212 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.8.0" + ".": "4.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e9a37e..7bcf6bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.9.0](https://github.com/linz/argo-tasks/compare/v4.8.0...v4.9.0) (2024-11-29) + + +### Features + +* **basemaps:** Update elevation config to insert the source is 2193 layer. BM-1125 ([#1139](https://github.com/linz/argo-tasks/issues/1139)) ([37f9030](https://github.com/linz/argo-tasks/commit/37f90305afb5fe39aee064ab4947f3e41d3a7f1e)) +* generate path from slug TDE-1319 ([#1136](https://github.com/linz/argo-tasks/issues/1136)) ([48c29ac](https://github.com/linz/argo-tasks/commit/48c29acf3249c990f21989364f10d3bfd702e51c)) + + +### Bug Fixes + +* **basemaps:** Remove the elevation category for elevation layers. BM-1125 ([#1148](https://github.com/linz/argo-tasks/issues/1148)) ([40e8e0e](https://github.com/linz/argo-tasks/commit/40e8e0e579c98cd50c2b45ad1d74be91488b5baf)) + ## [4.8.0](https://github.com/linz/argo-tasks/compare/v4.7.0...v4.8.0) (2024-11-12) diff --git a/package-lock.json b/package-lock.json index 08ee5892..8b2c5e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/argo-tasks", - "version": "4.8.0", + "version": "4.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linzjs/argo-tasks", - "version": "4.8.0", + "version": "4.9.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.440.0", diff --git a/package.json b/package.json index 2c26e00f..3c09627d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@linzjs/argo-tasks", "private": true, - "version": "4.8.0", + "version": "4.9.0", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "git@github.com:linz/argo-tasks.git",