From e2a563eb77af0385b0690bf5f6b939e20ef64cdc Mon Sep 17 00:00:00 2001 From: hongfaqiu <951142905@qq.com> Date: Tue, 9 Jul 2024 16:32:13 +0800 Subject: [PATCH] v2.11.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/TIFFImageryProvider/CHANGELOG.md | 11 +++++++++++ packages/TIFFImageryProvider/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b110b..16b94da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 4f13794..fe6c379 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.10.7", + "version": "2.11.0", "changelog": true } diff --git a/packages/TIFFImageryProvider/CHANGELOG.md b/packages/TIFFImageryProvider/CHANGELOG.md index 87fa767..0b96e74 100644 --- a/packages/TIFFImageryProvider/CHANGELOG.md +++ b/packages/TIFFImageryProvider/CHANGELOG.md @@ -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) diff --git a/packages/TIFFImageryProvider/package.json b/packages/TIFFImageryProvider/package.json index 19051ff..b4ec0fd 100644 --- a/packages/TIFFImageryProvider/package.json +++ b/packages/TIFFImageryProvider/package.json @@ -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",