diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bcfaa9..0a8aece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1](https://github.com/edward-shen/MMM-pages/compare/v1.1.0...v1.1.1) - 2025-03-26 - Maintenance Release + +### Changed + +- chore: review ESLint config and add markdown linting +- chore: update devDependencies +- chore: use `node --run` instead of `npm run` to run scripts + ## [1.1.0](https://github.com/edward-shen/MMM-pages/compare/v1.0.1...v1.1.0) - 2025-03-25 - Feature Release ### Added diff --git a/package-lock.json b/package-lock.json index de36998..abf28dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mmm-pages", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mmm-pages", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@eslint/js": "^9.27.0", diff --git a/package.json b/package.json index e539796..899cca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mmm-pages", - "version": "1.1.0", + "version": "1.1.1", "description": "Add pages to your MagicMirror².", "main": "MMM-pages.js", "repository": {