chore: release v1.1.1

This commit is contained in:
Kristjan ESPERANTO 2025-05-18 10:37:28 +02:00
parent a9981b8852
commit 563c47f1f6
No known key found for this signature in database
3 changed files with 11 additions and 3 deletions

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {