diff --git a/docs/recent-changes.md b/docs/recent-changes.md index 293b68b2b..3f940959b 100644 --- a/docs/recent-changes.md +++ b/docs/recent-changes.md @@ -1,4 +1,12 @@ +# Release v2.2.2 + +### Patch Changes + +#### [Use markdown for the README badges (@pygy)](https://github.com/MithrilJS/mithril.js/pull/2773) + +Use markdown for the README badges. + # Release v2.2.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 1d71a891e..69ac0b9c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mithril", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mithril", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "dependencies": { "ospec": "4.0.0" diff --git a/package.json b/package.json index fd04cc856..c88ce4c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril", - "version": "2.2.1", + "version": "2.2.2", "description": "A framework for building brilliant applications", "author": "Leo Horie", "license": "MIT",