Skip to content

Commit 6286a71

Browse files
chore: release v1.1.2
1 parent f3c7df7 commit 6286a71

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.2](https://github.com/edward-shen/MMM-pages/compare/v1.1.1...v1.1.2) - 2025-06-11 - Maintenance Release
8+
9+
### Changed
10+
11+
- chore: add "type": "module" to `package.json`
12+
- chore: simplify ESLint config
13+
- chore: switch to YAML issue templates
14+
- chore: update devDependencies
15+
- refactor: get rid of negated-conditions and add `no-negated-condition` rule to ESLint config
16+
717
## [1.1.1](https://github.com/edward-shen/MMM-pages/compare/v1.1.0...v1.1.1) - 2025-03-26 - Maintenance Release
818

919
### Changed

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

0 commit comments

Comments
 (0)