Skip to content

Commit

Permalink
release: 4.9.0 (#1143)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent 48c29ac commit 19bd251
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.8.0"
".": "4.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:linz/argo-tasks.git",
Expand Down

0 comments on commit 19bd251

Please sign in to comment.