Skip to content

Commit ae260a8

Browse files
chore(release): 2.0.1
1 parent 1758214 commit ae260a8

3 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
This project adheres to [Semantic Versioning](https://semver.org/).
3+
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.
4+
5+
## [2.0.1](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/compare/v2.0.0...v2.0.1) (2025-12-18)
6+
7+
### Bug Fixes
8+
9+
- correct forceLocalTZ to use proper timezone handling ([85cb89f](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/85cb89f009205340c2f76929e581660d34888ea3)), closes [#97](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/issues/97)
10+
11+
### Documentation
12+
13+
- clarify timeFormat and dateTimeFormat usage for consistent formatting ([1758214](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/175821418f22a4319b00d7a80d73e731cc4b55f2))
14+
- rename showAttendees example image ([d252a4a](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/d252a4ad9b5776784fedee5742b6c7a93f849274))
15+
16+
### Chores
17+
18+
- **deps:** bump actions/checkout from 5 to 6 ([e9d6e59](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/e9d6e593c054d7efdce99443c99f6690d6b34049))
19+
- replace husky with simple-git-hooks for pre-commit linting ([a24b99d](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/a24b99d8540c4e8da7d8e457d2c6800fd92210f1))
20+
- setup commit-and-tag-version ([ef5e911](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/ef5e911c7b85a4e4add07fcd3d3a59ec24272aaf))
21+
- update devDependencies ([1d9b5a3](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/1d9b5a358b91a1c1cfa9d424b221625695831f40))
522

623
## [2.0.0](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/compare/v1.4.21...v2.0.0) 2025-11-13
724

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-calendarext2",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Alternative calendar module of MagicMirror².",
55
"keywords": [
66
"MagicMirror",

0 commit comments

Comments
 (0)