diff --git a/CHANGELOG.md b/CHANGELOG.md index 669fc8c..867d6fd 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.10.1](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.0...v2.10.1) (2024-01-12) + + +### Bug Fixes + +* remove console & update readme ([7c6dcae](https://github.com/hongfaqiu/TIFFImageryProvider/commit/7c6dcaeee56c6152f854cad89e2029226ff3f229)) + + + + + # [2.10.0](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.9.6...v2.10.0) (2024-01-12) diff --git a/lerna.json b/lerna.json index 45be53a..45a2e81 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.10.0", + "version": "2.10.1", "changelog": true } diff --git a/packages/TIFFImageryProvider/CHANGELOG.md b/packages/TIFFImageryProvider/CHANGELOG.md index 7c91e1b..ea9f586 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.10.1](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.0...v2.10.1) (2024-01-12) + + +### Bug Fixes + +* remove console & update readme ([7c6dcae](https://github.com/hongfaqiu/tiff-imagery-provider/commit/7c6dcaeee56c6152f854cad89e2029226ff3f229)) + + + + + # [2.10.0](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.9.6...v2.10.0) (2024-01-12) diff --git a/packages/TIFFImageryProvider/package.json b/packages/TIFFImageryProvider/package.json index 4670548..78b315d 100644 --- a/packages/TIFFImageryProvider/package.json +++ b/packages/TIFFImageryProvider/package.json @@ -1,7 +1,7 @@ { "name": "tiff-imagery-provider", "type": "module", - "version": "2.10.0", + "version": "2.10.1", "description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium", "keywords": [ "cesium",