Skip to content

Commit ea006e1

Browse files
chore: release v2.7.3
1 parent db7d509 commit ea006e1

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.7.3](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/compare/v2.7.2...v2.7.3) - 2025-06-10
9+
10+
### Changed
11+
12+
- chore: add missing "type" field in `package.json`
13+
- chore: update devDependencies
14+
- docs: add missing description about `windUnits` option to README
15+
816
## [2.7.2](https://github.com/KristjanESPERANTO/MMM-OneCallWeather/compare/v2.7.1...v2.7.2) - 2025-05-17
917

1018
### Changed

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

0 commit comments

Comments
 (0)