mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-06-27 05:23:36 -07:00
chore: release v1.1.2
This commit is contained in:
parent
f3c7df7195
commit
6286a71d82
3 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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).
|
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
|
## [1.1.1](https://github.com/edward-shen/MMM-pages/compare/v1.1.0...v1.1.1) - 2025-03-26 - Maintenance Release
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mmm-pages",
|
"name": "mmm-pages",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mmm-pages",
|
"name": "mmm-pages",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.28.0",
|
"@eslint/js": "^9.28.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mmm-pages",
|
"name": "mmm-pages",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"description": "Add pages to your MagicMirror².",
|
"description": "Add pages to your MagicMirror².",
|
||||||
"main": "MMM-pages.js",
|
"main": "MMM-pages.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue