Skip to content

Commit 93301f4

Browse files
chore(release): 2.2.0
1 parent cf780b4 commit 93301f4

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [2.2.0](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/compare/v2.1.0...v2.2.0) (2026-02-21)
6+
7+
### Features
8+
9+
- add iconMap view option for category-based icons ([d2acd9d](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/d2acd9d0b08846261f6e11812e1934c57f173230)), closes [#86](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/issues/86)
10+
- migrate from Iconify v1 CDN to iconify-icon web component ([f1681fe](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/f1681fed24412358d10fba2d20405807badd4bb8))
11+
12+
### Chores
13+
14+
- add new types for chore, refactor, and test sections for changelog ([cf780b4](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/cf780b415c6778ded16035f7cc8795e963d6e078))
15+
- update release script to commit all changes ([0456b2c](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/0456b2c7b55e88a63cf97b7322d7425fec9d8e17))
16+
17+
### Code Refactoring
18+
19+
- remove [CALEXT2] prefix from log messages ([bda0d31](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/commit/bda0d3101c65d987b744c9a97e9691731f826d60))
20+
521
## [2.1.0](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/compare/v2.0.2...v2.1.0) (2026-02-20)
622

723
### Features

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

0 commit comments

Comments
 (0)