Skip to content

Commit 563c47f

Browse files
chore: release v1.1.1
1 parent a9981b8 commit 563c47f

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.1](https://github.com/edward-shen/MMM-pages/compare/v1.1.0...v1.1.1) - 2025-03-26 - Maintenance Release
8+
9+
### Changed
10+
11+
- chore: review ESLint config and add markdown linting
12+
- chore: update devDependencies
13+
- chore: use `node --run` instead of `npm run` to run scripts
14+
715
## [1.1.0](https://github.com/edward-shen/MMM-pages/compare/v1.0.1...v1.1.0) - 2025-03-25 - Feature Release
816

917
### Added

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.1.0",
3+
"version": "1.1.1",
44
"description": "Add pages to your MagicMirror².",
55
"main": "MMM-pages.js",
66
"repository": {

0 commit comments

Comments
 (0)