Skip to content

Commit a0474a3

Browse files
chore(release): 1.3.2
1 parent 8461816 commit a0474a3

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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+
## [1.3.2](https://github.com/edward-shen/MMM-pages/compare/v1.3.1...v1.3.2) (2026-02-01)
6+
7+
8+
### Fixed
9+
10+
* respect hiddenOnStartup flag for modules on pages ([1a416dc](https://github.com/edward-shen/MMM-pages/commit/1a416dcd829eee2e91abde8241a7e65f0b3df473)), closes [#71](https://github.com/edward-shen/MMM-pages/issues/71)
11+
12+
13+
### Chores
14+
15+
* add demo scripts and change package type from module to commonjs ([1592dc7](https://github.com/edward-shen/MMM-pages/commit/1592dc72e8e9f72688c0b4ef001d3cc1f550a634))
16+
* add git hooks and lint-staged for pre-commit linting ([fe71823](https://github.com/edward-shen/MMM-pages/commit/fe71823c0a7ab260f76b97ceab84fa7bc65419ed))
17+
* add JSDoc validation with eslint-plugin-jsdoc ([4b9033c](https://github.com/edward-shen/MMM-pages/commit/4b9033c7f3d0f6a5fd695e62fb1c5b1217ff76b0))
18+
* add step to run unit tests in automated tests workflow ([4701684](https://github.com/edward-shen/MMM-pages/commit/4701684d42adafff43b8711a7c2ec7616ac84cf8))
19+
20+
21+
### Code Refactoring
22+
23+
* improve error message clarity in updatePages() ([feba3ee](https://github.com/edward-shen/MMM-pages/commit/feba3eeacaad87c80bdf68da3d9535319632a7e1))
24+
25+
26+
### Tests
27+
28+
* add comprehensive unit tests (67 tests) ([c7f1327](https://github.com/edward-shen/MMM-pages/commit/c7f1327545c4eaea9f633808c8d71f1364cf6598))
29+
* add unit tests for animation and timer functionality in MMM-pages ([8461816](https://github.com/edward-shen/MMM-pages/commit/8461816af7d4e55844e3cc787067647ca697dceb))
30+
531
## [1.3.1](https://github.com/edward-shen/MMM-pages/compare/v1.3.0...v1.3.1) (2026-01-31)
632

733

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-pages",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Add pages to your MagicMirror².",
55
"main": "MMM-pages.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)