diff --git a/docs/recent-changes.md b/docs/recent-changes.md index 8c869bd5d..293b68b2b 100644 --- a/docs/recent-changes.md +++ b/docs/recent-changes.md @@ -1,4 +1,12 @@ +# Release v2.2.1 + +### Patch Changes + +#### [Move the chat to Zulip (@pygy)](https://github.com/MithrilJS/mithril.js/pull/2771) + +This updates the documentation to link to the new Zulip chat room. + # Release v2.2.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 9ee6c1885..1d71a891e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mithril", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mithril", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "ospec": "4.0.0" diff --git a/package.json b/package.json index a6e6bdac9..fd04cc856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril", - "version": "2.2.0", + "version": "2.2.1", "description": "A framework for building brilliant applications", "author": "Leo Horie", "license": "MIT",