Skip to content

Commit b6d2c1c

Browse files
chore(master): release 4.2.2 (#1026)
🤖 I have created a release *beep* *boop* --- ## [4.2.2](v4.2.1...v4.2.2) (2024-07-23) ### Bug Fixes * **basemaps:** Fix the output url path which got additional slash. ([#1023](#1023)) ([2cca93e](2cca93e)) * **basemaps:** Keep the existing settings when replacing existing layer. ([#1024](#1024)) ([fc736f5](fc736f5)) * **stac-validate:** cache json schema objects to reduce network failures TDE-1212 ([#1029](#1029)) ([0338068](0338068)) * validate band information is consistent ([#1017](#1017)) ([ec64f65](ec64f65)) --- 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 ec64f65 commit b6d2c1c

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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.2.1"
2+
".": "4.2.2"
33
}

CHANGELOG.md

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

3+
## [4.2.2](https://github.com/linz/argo-tasks/compare/v4.2.1...v4.2.2) (2024-07-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **basemaps:** Fix the output url path which got additional slash. ([#1023](https://github.com/linz/argo-tasks/issues/1023)) ([2cca93e](https://github.com/linz/argo-tasks/commit/2cca93e6854228bbef167de27e110a90db58024a))
9+
* **basemaps:** Keep the existing settings when replacing existing layer. ([#1024](https://github.com/linz/argo-tasks/issues/1024)) ([fc736f5](https://github.com/linz/argo-tasks/commit/fc736f5bc9bd23a66939ea8ab15e3493e110ec84))
10+
* **stac-validate:** cache json schema objects to reduce network failures TDE-1212 ([#1029](https://github.com/linz/argo-tasks/issues/1029)) ([0338068](https://github.com/linz/argo-tasks/commit/0338068cf5cf31129ff8de0b8617b55cb0f4925a))
11+
* validate band information is consistent ([#1017](https://github.com/linz/argo-tasks/issues/1017)) ([ec64f65](https://github.com/linz/argo-tasks/commit/ec64f6588de7133f186a0f66cb027c3bf52f7959))
12+
313
## [4.2.1](https://github.com/linz/argo-tasks/compare/v4.2.0...v4.2.1) (2024-06-21)
414

515

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.2.1",
4+
"version": "4.2.2",
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)