mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-06-03 09:43:36 -07:00
chore: release v1.1.1
This commit is contained in:
parent
a9981b8852
commit
563c47f1f6
3 changed files with 11 additions and 3 deletions
|
@ -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).
|
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
|
## [1.1.0](https://github.com/edward-shen/MMM-pages/compare/v1.0.1...v1.1.0) - 2025-03-25 - Feature Release
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mmm-pages",
|
"name": "mmm-pages",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mmm-pages",
|
"name": "mmm-pages",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.27.0",
|
"@eslint/js": "^9.27.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mmm-pages",
|
"name": "mmm-pages",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Add pages to your MagicMirror².",
|
"description": "Add pages to your MagicMirror².",
|
||||||
"main": "MMM-pages.js",
|
"main": "MMM-pages.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue