From 9343cc4466a702be2fa08b6a2fd1370b6088aa39 Mon Sep 17 00:00:00 2001 From: James Forbes Date: Sat, 5 Oct 2024 11:39:47 +1000 Subject: [PATCH] Release Artifacts for v2.2.7 [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 4e6f40c7c..ed5657b80 100644 --- a/docs/recent-changes.md +++ b/docs/recent-changes.md @@ -1,4 +1,15 @@ +# Release v2.2.7 + +### 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.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 873f47eff..557d3b990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mithril", - "version": "2.2.6", + "version": "2.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mithril", - "version": "2.2.6", + "version": "2.2.7", "license": "MIT", "devDependencies": { "benchmark": "^2.1.4", diff --git a/package.json b/package.json index 74487a75a..5980232d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril", - "version": "2.2.6", + "version": "2.2.7", "description": "A framework for building brilliant applications", "author": "Leo Horie", "license": "MIT",