From 516a3a6df6a8016c34d33f18c3f941b1effe7bbb Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Wed, 24 Jul 2019 05:24:31 -0400 Subject: [PATCH] v2.0.1 --- docs/change-log.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/change-log.md b/docs/change-log.md index 07b85641..c8700d60 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,5 +1,6 @@ # Change log +- [v2.0.1](#v201) - [v2.0.0](#v200) - [Migrating from v1.x](migration-v1x.md) - [Migrating from v0.2.x](migration-v02x.md) @@ -13,6 +14,10 @@ ### Upcoming... +### v2.0.1 + +Same as v2.0.0, but with a publish that didn't have a botched upload. + ### v2.0.0 #### Breaking changes diff --git a/package-lock.json b/package-lock.json index e8fbcbe3..32cd3d57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mithril", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8e3f6c4..a526afda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril", - "version": "2.0.0", + "version": "2.0.1", "description": "A framework for building brilliant applications", "author": "Leo Horie", "license": "MIT",