From 6469587b35962f088d9f183d1dec4c8f37eed40c Mon Sep 17 00:00:00 2001 From: James Forbes Date: Sat, 5 Oct 2024 11:51:00 +1000 Subject: [PATCH] Release Artifacts for v2.2.8 [skip ci] --- docs/recent-changes.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/recent-changes.md b/docs/recent-changes.md index ed5657b80..bda6e7a33 100644 --- a/docs/recent-changes.md +++ b/docs/recent-changes.md @@ -1,4 +1,15 @@ +# Release v2.2.8 + +### Patch Changes + +#### [m.domFor(): workaround for unintentional mangling. Fix #2842 (@kfule)](https://github.com/MithrilJS/mithril.js/pull/2981) + +Refactoring of domFor() for the internal bundler. https://github.com/MithrilJS/mithril.js/blob/cfa890f68571df1ab8543097f7fa61c34ee93683/mithril.js#L157. +#### [Drop Istanbul to kill install warnings (@dead-claudia)](https://github.com/MithrilJS/mithril.js/pull/2979) + +Title's pretty self-explanatory. Also, this isn't really used much in practice. From a local run: ```. $ npm ci. + # Release v2.2.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 557d3b990..1b72a9f7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mithril", - "version": "2.2.7", + "version": "2.2.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mithril", - "version": "2.2.7", + "version": "2.2.8", "license": "MIT", "devDependencies": { "benchmark": "^2.1.4", diff --git a/package.json b/package.json index 5980232d0..33d1399c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril", - "version": "2.2.7", + "version": "2.2.8", "description": "A framework for building brilliant applications", "author": "Leo Horie", "license": "MIT",