Skip to content

Commit bdccbdc

Browse files
chore(release): 3.4.0
1 parent 151ed0a commit bdccbdc

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.4.0](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/compare/v3.3.1...v3.4.0) (2026-03-01)
6+
7+
8+
### Added
9+
10+
* disable WInd according to config: showWind ([6a36e3f](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/6a36e3f9204f740d5cb236eb4bea3e33068fa2fd))
11+
12+
13+
### Fixed
14+
15+
* respect showWind config in both forecast layouts ([3191cee](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/3191cee1e96cc8a995b33aa3a0c100871dadf5bd))
16+
17+
18+
### Chores
19+
20+
* simplify eslint config ([acd894a](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/acd894a5d4cd073d02f8909cab12f1ae9c3e94b6))
21+
* update devDependencies ([12915fa](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/12915fa94a6e0a8f4199e145a63d0b95a33a9c43))
22+
23+
24+
### Code Refactoring
25+
26+
* extract forecast table builders into separate methods ([46345e4](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/46345e4f3b92d6cfcb5160aa1ade2866dc0c29b9))
27+
* move getSnowDepthRatio and formatSnowValue to core/utils.mjs ([151ed0a](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/commit/151ed0a4d0dbfecd1eb48904621a0839eddc811e))
28+
529
## [3.3.1](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/compare/v3.3.0...v3.3.1) (2026-02-06)
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.3.1",
3+
"version": "3.4.0",
44
"description": "Weather module for MagicMirror² using openweathermap.org One Call API.",
55
"keywords": [
66
"MagicMirror",

0 commit comments

Comments
 (0)