Skip to content

Commit

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

# [2.7.0](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.6.7...v2.7.0) (2023-07-04)


### Bug Fixes

* update readme [#16](https://github.com/hongfaqiu/TIFFImageryProvider/issues/16) ([c52dfca](https://github.com/hongfaqiu/TIFFImageryProvider/commit/c52dfca52dc4b3cc4bd3bd099e9827e3bb039aaa))


### Features

* reproject any projection coords [#18](https://github.com/hongfaqiu/TIFFImageryProvider/issues/18) ([64f404a](https://github.com/hongfaqiu/TIFFImageryProvider/commit/64f404aa3ce87a7e059cc92e9dc21654dc037281))





## [2.6.7](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.6.6...v2.6.7) (2023-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.6.7",
"version": "2.7.0",
"changelog": true
}
16 changes: 16 additions & 0 deletions packages/TIFFImageryProvider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.6.7...v2.7.0) (2023-07-04)


### Bug Fixes

* update readme [#16](https://github.com/hongfaqiu/tiff-imagery-provider/issues/16) ([c52dfca](https://github.com/hongfaqiu/tiff-imagery-provider/commit/c52dfca52dc4b3cc4bd3bd099e9827e3bb039aaa))


### Features

* reproject any projection coords [#18](https://github.com/hongfaqiu/tiff-imagery-provider/issues/18) ([64f404a](https://github.com/hongfaqiu/tiff-imagery-provider/commit/64f404aa3ce87a7e059cc92e9dc21654dc037281))





## [2.6.7](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.6.6...v2.6.7) (2023-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.6.7",
"version": "2.7.0",
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
"keywords": [
"cesium",
Expand Down

1 comment on commit f35ee34

@vercel
Copy link

@vercel vercel bot commented on f35ee34 Jul 4, 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.