chore: release v1.1.2

This commit is contained in:
Kristjan ESPERANTO 2025-06-11 20:46:15 +02:00
parent f3c7df7195
commit 6286a71d82
No known key found for this signature in database
3 changed files with 13 additions and 3 deletions

View file

@ -4,6 +4,16 @@ 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.2](https://github.com/edward-shen/MMM-pages/compare/v1.1.1...v1.1.2) - 2025-06-11 - Maintenance Release
### Changed
- chore: add "type": "module" to `package.json`
- chore: simplify ESLint config
- chore: switch to YAML issue templates
- chore: update devDependencies
- refactor: get rid of negated-conditions and add `no-negated-condition` rule to ESLint config
## [1.1.1](https://github.com/edward-shen/MMM-pages/compare/v1.1.0...v1.1.1) - 2025-03-26 - Maintenance Release
### Changed

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mmm-pages",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mmm-pages",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.28.0",

View file

@ -1,6 +1,6 @@
{
"name": "mmm-pages",
"version": "1.1.1",
"version": "1.1.2",
"description": "Add pages to your MagicMirror².",
"main": "MMM-pages.js",
"type": "module",