Skip to content

Commit

Permalink
v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Nov 17, 2023
1 parent 22e7194 commit d8875f9
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.9.5](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.9.4...v2.9.5) (2023-11-17)


### Bug Fixes

* support reverseY tiff ([22e7194](https://github.com/hongfaqiu/TIFFImageryProvider/commit/22e7194a96c9840b8e5c1d7eb28f65a78938cf1e))





## [2.9.4](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.9.3...v2.9.4) (2023-11-07)


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.9.4",
"version": "2.9.5",
"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.9.5](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.9.4...v2.9.5) (2023-11-17)


### Bug Fixes

* support reverseY tiff ([22e7194](https://github.com/hongfaqiu/tiff-imagery-provider/commit/22e7194a96c9840b8e5c1d7eb28f65a78938cf1e))





## [2.9.4](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.9.3...v2.9.4) (2023-11-07)


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.9.4",
"version": "2.9.5",
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
"keywords": [
"cesium",
Expand Down

1 comment on commit d8875f9

@vercel
Copy link

@vercel vercel bot commented on d8875f9 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.