Skip to content

Commit e2a563e

Browse files
committed
v2.11.0
1 parent 9c2f8d0 commit e2a563e

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.11.0](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.7...v2.11.0) (2024-07-09)
7+
8+
9+
### Features
10+
11+
* new resampling method [#30](https://github.com/hongfaqiu/TIFFImageryProvider/issues/30) ([9c2f8d0](https://github.com/hongfaqiu/TIFFImageryProvider/commit/9c2f8d06f2c2a880dff01a7a4a810cc332ae8daa))
12+
13+
14+
15+
16+
617
## [2.10.7](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.6...v2.10.7) (2024-07-03)
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.7",
4+
"version": "2.11.0",
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.11.0](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.7...v2.11.0) (2024-07-09)
7+
8+
9+
### Features
10+
11+
* new resampling method [#30](https://github.com/hongfaqiu/tiff-imagery-provider/issues/30) ([9c2f8d0](https://github.com/hongfaqiu/tiff-imagery-provider/commit/9c2f8d06f2c2a880dff01a7a4a810cc332ae8daa))
12+
13+
14+
15+
16+
617
## [2.10.7](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.6...v2.10.7) (2024-07-03)
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.7",
4+
"version": "2.11.0",
55
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
66
"keywords": [
77
"cesium",

0 commit comments

Comments
 (0)