Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.0.1"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.1](https://github.com/MapColonies/maps-playground/compare/v1.0.0...v1.0.1) (2026-06-25)


### Bug Fixes

* **examples:** use correct syntax for loading 3dtiles in cesium ([ee2952d](https://github.com/MapColonies/maps-playground/commit/ee2952d56134d7f8c44163f0424aa296147697ff))
* **examples:** use correct syntax for loading 3dtiles in cesium ([#10](https://github.com/MapColonies/maps-playground/issues/10)) ([0c8fe74](https://github.com/MapColonies/maps-playground/commit/0c8fe746c3272d035721f114d9e1a5fccde74aad))
* **examples:** wrong parameters used for getting terrain from catalog ([49ab1be](https://github.com/MapColonies/maps-playground/commit/49ab1bee3cce72b46dfed26fa2ab5601411f06f8))

## 1.0.0 (2026-06-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps-playground",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
Loading