generated from linz/template-javascript-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.18.2...v3.0.0) (2024-02-11) ### ⚠ BREAKING CHANGES * automate target path TDE-961 ([#828](#828)) ### Features * automate target path TDE-961 ([#828](#828)) ([7dd206a](7dd206a)) * Handle 1:50k imagery TDE-1014 ([#855](#855)) ([8be7266](8be7266)) * Slugify strings TDE-1019 ([#827](#827)) ([b0a7874](b0a7874)) ### Bug Fixes * add tiff url to error messages TDE-961 ([#844](#844)) ([3f4b174](3f4b174)) * interim fix for Rakiura Stewart Island tiles TDE-1015 ([#857](#857)) ([3b6e23f](3b6e23f)) * update target path naming hierarchy TDE-955 ([#845](#845)) ([5a8678d](5a8678d)) --- 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
1 parent
8be7266
commit d4808aa
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.18.2" | ||
".": "3.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@linzjs/argo-tasks", | ||
"private": true, | ||
"version": "2.18.2", | ||
"version": "3.0.0", | ||
"main": "build/src/index.js", | ||
"types": "build/src/index.d.ts", | ||
"repository": "[email protected]:linz/argo-tasks.git", | ||
|