Skip to content

Commit 7dcbfbd

Browse files
chore(main): release 1.3.0 (#328)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](v1.2.0...v1.3.0) (2026-02-19) ### Features * add linestring support ([#325](#325)) ([bd1792d](bd1792d)) ### Bug Fixes * don't make previews for forks ([#327](#327)) ([b56d739](b56d739)), closes [#326](#326) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com>
1 parent bd1792d commit 7dcbfbd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/developmentseed/stac-map/compare/v1.2.0...v1.3.0) (2026-02-19)
4+
5+
6+
### Features
7+
8+
* add linestring support ([#325](https://github.com/developmentseed/stac-map/issues/325)) ([bd1792d](https://github.com/developmentseed/stac-map/commit/bd1792d6a12850faf324c76e673790d4dfa51af2))
9+
10+
11+
### Bug Fixes
12+
13+
* don't make previews for forks ([#327](https://github.com/developmentseed/stac-map/issues/327)) ([b56d739](https://github.com/developmentseed/stac-map/commit/b56d739c387067340e29c1958c2fffdb77bc85d0)), closes [#326](https://github.com/developmentseed/stac-map/issues/326)
14+
315
## [1.2.0](https://github.com/developmentseed/stac-map/compare/v1.1.0...v1.2.0) (2026-02-06)
416

517

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.2.0",
27+
"version": "1.3.0",
2828
"type": "module",
2929
"scripts": {
3030
"dev": "vite",

0 commit comments

Comments
 (0)