Skip to content

Commit 2882c8f

Browse files
chore(release): 3.3.0
1 parent fe0da60 commit 2882c8f

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [3.3.0](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/compare/v3.2.1...v3.3.0) (2026-02-02)
6+
7+
8+
### Added
9+
10+
* add interactive weather alerts popup ([bb30206](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/bb30206afd0975e122c502a23780c15ee427a13c)), closes [#31](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/issues/31)
11+
12+
13+
### Documentation
14+
15+
* update description ([6569d21](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/6569d2100a978450940a74b8dd39705cc4ee3c42))
16+
17+
18+
### Chores
19+
20+
* add demo mode for testing weather alerts ([80fd808](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/80fd808b6a095737ce89c5655d286cf4fd3ee08f))
21+
* fix formating ([e9be3de](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/e9be3de89fd3dd13c5b4d0a926b7f591b2a1d8ca))
22+
* update devDependencies ([fe0da60](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/fe0da60a9d9fb9500f030570142682cc5f13a703))
23+
24+
25+
### Code Refactoring
26+
27+
* change socketNotificationReceived to use async/await and improve error handling ([74a0e1f](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/74a0e1fae1416a810cbebec85cb1798697b6c51f))
28+
529
## [3.2.1](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/compare/v3.2.0...v3.2.1) (2026-01-30)
630

731

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": "mmm-onecallweather",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Weather module for MagicMirror² using openweathermap.org One Call API.",
55
"keywords": [
66
"MagicMirror",

0 commit comments

Comments
 (0)