Skip to content

Commit

Permalink
release: 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# mvt-imagery-provider 1.0.0 (2023-07-03)

### Features

* create with fromUrl method ([a883d54](a883d54))
  • Loading branch information
semantic-release-bot committed Jul 3, 2023
1 parent a883d54 commit a8e0aa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/MVTImageryProvider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# mvt-imagery-provider 1.0.0 (2023-07-03)


### Features

* create with fromUrl method ([a883d54](https://github.com/hongfaqiu/MVTImageryProvider/commit/a883d54b03289bd1979260e95a42a05a434ba760))
4 changes: 2 additions & 2 deletions packages/MVTImageryProvider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvt-imagery-provider",
"version": "0.7.3",
"version": "1.0.0",
"description": "A Mapbox style renderer for CesiumJS",
"type": "module",
"main": "./lib/index.js",
Expand Down Expand Up @@ -38,4 +38,4 @@
"lib",
"README.md"
]
}
}

0 comments on commit a8e0aa4

Please sign in to comment.