Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jul 9, 2024
1 parent 9c2f8d0 commit e2a563e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.7...v2.11.0) (2024-07-09)


### Features

* new resampling method [#30](https://github.com/hongfaqiu/TIFFImageryProvider/issues/30) ([9c2f8d0](https://github.com/hongfaqiu/TIFFImageryProvider/commit/9c2f8d06f2c2a880dff01a7a4a810cc332ae8daa))





## [2.10.7](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.6...v2.10.7) (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.10.7",
"version": "2.11.0",
"changelog": true
}
11 changes: 11 additions & 0 deletions packages/TIFFImageryProvider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.7...v2.11.0) (2024-07-09)


### Features

* new resampling method [#30](https://github.com/hongfaqiu/tiff-imagery-provider/issues/30) ([9c2f8d0](https://github.com/hongfaqiu/tiff-imagery-provider/commit/9c2f8d06f2c2a880dff01a7a4a810cc332ae8daa))





## [2.10.7](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.6...v2.10.7) (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/TIFFImageryProvider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiff-imagery-provider",
"type": "module",
"version": "2.10.7",
"version": "2.11.0",
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
"keywords": [
"cesium",
Expand Down

0 comments on commit e2a563e

Please sign in to comment.