v2.0.1
This commit is contained in:
parent
1776366cf4
commit
516a3a6df6
3 changed files with 7 additions and 2 deletions
|
|
@ -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
2
package-lock.json
generated
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue