Skip to content

Commit 2387ad8

Browse files
authored
Merge pull request #37 from open-meteo/release-please--branches--main--components--mapbox-layer
chore(main): release 0.0.3
2 parents 1052a1a + 90b28a0 commit 2387ad8

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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-
".": "0.0.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/open-meteo/mapbox-layer/compare/v0.0.2...v0.0.3) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* Contouring for pressure maps ([1052a1a](https://github.com/open-meteo/mapbox-layer/commit/1052a1a7e2551e278ffa09f584c2514c2b73904b))
9+
* Typed omProtocol settings object ([7439ee7](https://github.com/open-meteo/mapbox-layer/commit/7439ee7037a3e7d0f6f112b003ad1e7283b6f9c3))
10+
11+
12+
### Bug Fixes
13+
14+
* Move getIndexAndFractions outside of worker ([2ec1fd6](https://github.com/open-meteo/mapbox-layer/commit/2ec1fd641b0a008e1840aecf542796d205f7ce3e))
15+
* release please publish step ([dec7921](https://github.com/open-meteo/mapbox-layer/commit/dec792199a0efcb1af620dedf754bfe4a6019eee))
16+
* wrap longitude ([1f50d79](https://github.com/open-meteo/mapbox-layer/commit/1f50d79f921f2f30f69cccc1b011f4c3b6d1c462))
17+
318
## [0.0.2](https://github.com/open-meteo/mapbox-layer/compare/v0.0.1...v0.0.2) (2025-10-21)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmeteo/mapbox-layer",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)