Skip to content

Commit 74b0907

Browse files
chore(master): release 3.4.0 (#941)
🤖 I have created a release *beep* *boop* --- ## [3.4.0](v3.3.2...v3.4.0) (2024-04-03) ### Features * **basemaps:** Update the create-pr cli to add new individual vector tileset. BM-992 ([#933](#933)) ([9234ffb](9234ffb)) * detects and error if the tiff is not 8 bits TDE-895 ([#890](#890)) ([9e639b7](9e639b7)) * force fully qualified domains for s3 requests TDE-1084 ([#940](#940)) ([3fdbf98](3fdbf98)) --- 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 9234ffb commit 74b0907

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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-
".": "3.3.2"
2+
".": "3.4.0"
33
}

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/linz/argo-tasks/compare/v3.3.2...v3.4.0) (2024-04-03)
4+
5+
6+
### Features
7+
8+
* **basemaps:** Update the create-pr cli to add new individual vector tileset. BM-992 ([#933](https://github.com/linz/argo-tasks/issues/933)) ([9234ffb](https://github.com/linz/argo-tasks/commit/9234ffb45d55918c0b7bd38b209ce91cb21bd185))
9+
* detects and error if the tiff is not 8 bits TDE-895 ([#890](https://github.com/linz/argo-tasks/issues/890)) ([9e639b7](https://github.com/linz/argo-tasks/commit/9e639b7fae9bd63c9a938a3f1f2139dab4c6a921))
10+
* force fully qualified domains for s3 requests TDE-1084 ([#940](https://github.com/linz/argo-tasks/issues/940)) ([3fdbf98](https://github.com/linz/argo-tasks/commit/3fdbf98b600ca27d67bbc807dedad2f1bf16029b))
11+
312
## [3.3.2](https://github.com/linz/argo-tasks/compare/v3.3.1...v3.3.2) (2024-03-25)
413

514

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