Skip to content

Commit 2521c21

Browse files
chore(release): 0.7.2
1 parent effa34d commit 2521c21

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.js
2-
*.mjs
2+
*.mjs
3+
CHANGELOG.md

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.2](https://github.com/shbatm/MMM-Carousel/compare/v0.7.1...v0.7.2) (2026-01-01)
6+
7+
### Bug Fixes
8+
9+
- resolve positional mode only rotating last position ([effa34d](https://github.com/shbatm/MMM-Carousel/commit/effa34d17d1ccea774a2eebaa7ecdf58f83a6e82))
10+
11+
### Chores
12+
13+
- add demo configs ([347779a](https://github.com/shbatm/MMM-Carousel/commit/347779a0af6a7ede25627eabcc852b1d0005b009))
14+
- **deps:** bump actions/checkout from 5 to 6 ([50bc8bf](https://github.com/shbatm/MMM-Carousel/commit/50bc8bf7649e8f495b3800983a0ef6fe553a17f1))
15+
516
## [0.7.1](https://github.com/shbatm/MMM-Carousel/compare/v0.7.0...v0.7.1) (2026-01-01)
617

718
### Documentation

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-carousel",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Displays a single MagicMirror² module at a time or in groups of slides, rotating through the list of configured modules in a carousel-like fashion.",
55
"keywords": [
66
"magic",

0 commit comments

Comments
 (0)