Skip to content

Commit 185866b

Browse files
committed
v2.10.4
1 parent 78ca47f commit 185866b

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.10.4](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.3...v2.10.4) (2024-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* native tiff range request error ([78ca47f](https://github.com/hongfaqiu/TIFFImageryProvider/commit/78ca47f6f2b0721be1c3586f7fb21616438c5f10))
12+
13+
14+
15+
16+
617
## [2.10.3](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.2...v2.10.3) (2024-03-13)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.10.3",
4+
"version": "2.10.4",
55
"changelog": true
66
}

packages/TIFFImageryProvider/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.10.4](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.3...v2.10.4) (2024-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* native tiff range request error ([78ca47f](https://github.com/hongfaqiu/tiff-imagery-provider/commit/78ca47f6f2b0721be1c3586f7fb21616438c5f10))
12+
13+
14+
15+
16+
617
## [2.10.3](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.2...v2.10.3) (2024-03-13)
718

819

packages/TIFFImageryProvider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiff-imagery-provider",
33
"type": "module",
4-
"version": "2.10.3",
4+
"version": "2.10.4",
55
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
66
"keywords": [
77
"cesium",

0 commit comments

Comments
 (0)