Release Artifacts for v2.2.2

[skip ci]
This commit is contained in:
James Forbes 2022-05-26 04:30:20 +10:00
parent 1b4e628ce3
commit 8c149d3653
3 changed files with 11 additions and 3 deletions

View file

@ -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 # Release v2.2.1
### Patch Changes ### Patch Changes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mithril", "name": "mithril",
"version": "2.2.1", "version": "2.2.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mithril", "name": "mithril",
"version": "2.2.1", "version": "2.2.2",
"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.1", "version": "2.2.2",
"description": "A framework for building brilliant applications", "description": "A framework for building brilliant applications",
"author": "Leo Horie", "author": "Leo Horie",
"license": "MIT", "license": "MIT",