Skip to content

Commit 0d5dd50

Browse files
chore(release): 1.0.2
1 parent 1ad787b commit 0d5dd50

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
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+
## [1.0.2](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/compare/v1.0.1...v1.0.2) (2026-07-06)
6+
7+
8+
### Fixed
9+
10+
* load module and handle calendar events ([84b46c5](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/84b46c50b21db6feea76775161cb954858b09298))
11+
12+
13+
### Documentation
14+
15+
* add code of conduct ([9ffa1fc](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/9ffa1fcc53a9ceca34308b5a3d4a652a41c595f7))
16+
17+
18+
### Chores
19+
20+
* add demo config and recurring events ([d2bf000](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/d2bf000bd1812641b912c3e8071b078cd5f12c92))
21+
* add linter setup ([76f12b6](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/76f12b6a16e7f2c9e8badcd5861b5d37caebdc22))
22+
* add release setup ([1ad787b](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/1ad787b21f4d80a869ce429cb7dbe51b7df0ec40))
23+
* rename license file ([68ca88f](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/68ca88f1b09bee072efa75775514644fb3d7176f))
24+
25+
26+
### Code Refactoring
27+
28+
* apply linter rules ([04716e0](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/04716e07a3f5e4d4164b3b424d141c9f5b326eb8))
29+
* replace moment with native Date in minimonth ([96f8f10](https://github.com/MagicMirrorModules/MMM-CalendarExtMiniMonth/commit/96f8f10f945d1731a9f46264d1042ff45fb98492))

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-calendarextminimonth",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "commonjs",
55
"description": "Mini month view module of MagicMirror².",
66
"main": "MMM-CalendarExtMiniMonth.js",

0 commit comments

Comments
 (0)