Release Artifacts for v2.2.1

[skip ci]
This commit is contained in:
James Forbes 2022-05-25 09:53:59 +10:00
parent e28385b14f
commit a8337c0651
3 changed files with 11 additions and 3 deletions

View file

@ -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 # Release v2.2.0
### Minor Changes ### Minor Changes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mithril", "name": "mithril",
"version": "2.2.0", "version": "2.2.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mithril", "name": "mithril",
"version": "2.2.0", "version": "2.2.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ospec": "4.0.0" "ospec": "4.0.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "mithril", "name": "mithril",
"version": "2.2.0", "version": "2.2.1",
"description": "A framework for building brilliant applications", "description": "A framework for building brilliant applications",
"author": "Leo Horie", "author": "Leo Horie",
"license": "MIT", "license": "MIT",