Skip to content

Commit d368787

Browse files
committed
v2.10.1
1 parent 7c6dcae commit d368787

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.1](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.0...v2.10.1) (2024-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* remove console & update readme ([7c6dcae](https://github.com/hongfaqiu/TIFFImageryProvider/commit/7c6dcaeee56c6152f854cad89e2029226ff3f229))
12+
13+
14+
15+
16+
617
# [2.10.0](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.9.6...v2.10.0) (2024-01-12)
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.0",
4+
"version": "2.10.1",
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.1](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.0...v2.10.1) (2024-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* remove console & update readme ([7c6dcae](https://github.com/hongfaqiu/tiff-imagery-provider/commit/7c6dcaeee56c6152f854cad89e2029226ff3f229))
12+
13+
14+
15+
16+
617
# [2.10.0](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.9.6...v2.10.0) (2024-01-12)
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.0",
4+
"version": "2.10.1",
55
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
66
"keywords": [
77
"cesium",

0 commit comments

Comments
 (0)