From a8337c065142fbeacfc9234a480515b5d19082a5 Mon Sep 17 00:00:00 2001 From: James Forbes Date: Wed, 25 May 2022 09:53:59 +1000 Subject: [PATCH] Release Artifacts for v2.2.1 [skip ci] --- docs/recent-changes.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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",