Skip to content

Commit 19bd251

Browse files
release: 4.9.0 (#1143)
🤖 I have created a release *beep* *boop* --- ## [4.9.0](v4.8.0...v4.9.0) (2024-11-29) ### Features * **basemaps:** Update elevation config to insert the source is 2193 layer. BM-1125 ([#1139](#1139)) ([37f9030](37f9030)) * generate path from slug TDE-1319 ([#1136](#1136)) ([48c29ac](48c29ac)) ### Bug Fixes * **basemaps:** Remove the elevation category for elevation layers. BM-1125 ([#1148](#1148)) ([40e8e0e](40e8e0e)) --- 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>
1 parent 48c29ac commit 19bd251

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.8.0"
2+
".": "4.9.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4.9.0](https://github.com/linz/argo-tasks/compare/v4.8.0...v4.9.0) (2024-11-29)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* generate path from slug TDE-1319 ([#1136](https://github.com/linz/argo-tasks/issues/1136)) ([48c29ac](https://github.com/linz/argo-tasks/commit/48c29acf3249c990f21989364f10d3bfd702e51c))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
316
## [4.8.0](https://github.com/linz/argo-tasks/compare/v4.7.0...v4.8.0) (2024-11-12)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linzjs/argo-tasks",
33
"private": true,
4-
"version": "4.8.0",
4+
"version": "4.9.0",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
77
"repository": "[email protected]:linz/argo-tasks.git",

0 commit comments

Comments
 (0)