This commit is contained in:
Isiah Meadows 2019-07-24 05:24:31 -04:00
parent 1776366cf4
commit 516a3a6df6
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# Change log # Change log
- [v2.0.1](#v201)
- [v2.0.0](#v200) - [v2.0.0](#v200)
- [Migrating from v1.x](migration-v1x.md) - [Migrating from v1.x](migration-v1x.md)
- [Migrating from v0.2.x](migration-v02x.md) - [Migrating from v0.2.x](migration-v02x.md)
@ -13,6 +14,10 @@
### Upcoming... ### Upcoming...
### v2.0.1
Same as v2.0.0, but with a publish that didn't have a botched upload.
### v2.0.0 ### v2.0.0
#### Breaking changes #### Breaking changes

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "mithril", "name": "mithril",
"version": "2.0.0", "version": "2.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "mithril", "name": "mithril",
"version": "2.0.0", "version": "2.0.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",