Skip to content

Commit 1996ea6

Browse files
authored
Merge pull request #12 from open-meteo/release-please--branches--main--components--omaps
chore(main): release omaps 0.0.2
2 parents 7f2453a + c466b0c commit 1996ea6

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/open-meteo/omaps/compare/omaps-v0.0.1...omaps-v0.0.2) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* Make protocol available on npm ([f1e4666](https://github.com/open-meteo/omaps/commit/f1e4666230d5496d9af6637470f350452d6d350f))
9+
* move tilegeneration to worker ([dc40f3a](https://github.com/open-meteo/omaps/commit/dc40f3aa7618e27aa37ae79fabcd7773d0a65080))

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,7 +1,7 @@
11
{
22
"name": "@openmeteo/maplibre-om-protocol",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.js",

0 commit comments

Comments
 (0)