diff --git a/CHANGELOG.md b/CHANGELOG.md index d18064c..2973ccb 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.9.6](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.9.5...v2.9.6) (2023-11-20) + + +### Bug Fixes + +* reverseY check ([fc695f5](https://github.com/hongfaqiu/TIFFImageryProvider/commit/fc695f55af82c3afb0c07338f359fcad0c18c797)) + + + + + ## [2.9.5](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.9.4...v2.9.5) (2023-11-17) diff --git a/lerna.json b/lerna.json index dd54cce..2d89136 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.9.5", + "version": "2.9.6", "changelog": true } diff --git a/packages/TIFFImageryProvider/CHANGELOG.md b/packages/TIFFImageryProvider/CHANGELOG.md index b6f90e9..fbefc4b 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.9.6](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.9.5...v2.9.6) (2023-11-20) + + +### Bug Fixes + +* reverseY check ([fc695f5](https://github.com/hongfaqiu/tiff-imagery-provider/commit/fc695f55af82c3afb0c07338f359fcad0c18c797)) + + + + + ## [2.9.5](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.9.4...v2.9.5) (2023-11-17) diff --git a/packages/TIFFImageryProvider/package.json b/packages/TIFFImageryProvider/package.json index ee836ab..622c2a9 100644 --- a/packages/TIFFImageryProvider/package.json +++ b/packages/TIFFImageryProvider/package.json @@ -1,7 +1,7 @@ { "name": "tiff-imagery-provider", "type": "module", - "version": "2.9.5", + "version": "2.9.6", "description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium", "keywords": [ "cesium",