Skip to content

Commit 151facf

Browse files
chore(main): release 1.0.1
1 parent 5ed4ab7 commit 151facf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/developmentseed/stac-map/compare/v1.0.0...v1.0.1) (2026-02-02)
4+
5+
6+
### Bug Fixes
7+
8+
* move collection pagination above collections ([#289](https://github.com/developmentseed/stac-map/issues/289)) ([b1a8b16](https://github.com/developmentseed/stac-map/commit/b1a8b16ac3375f09b873c60b15f279c17b6c4507))
9+
310
## [1.0.0](https://github.com/developmentseed/stac-map/compare/v0.14.0...v1.0.0) (2026-02-02)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/developmentseed/stac-map/issues"
2525
},
2626
"license": "MIT",
27-
"version": "1.0.0",
27+
"version": "1.0.1",
2828
"type": "module",
2929
"scripts": {
3030
"dev": "vite",

0 commit comments

Comments
 (0)