From 868443a4222982f7a5b2e8ed2cfa1cfd31d68fdf Mon Sep 17 00:00:00 2001 From: Vasil Rimar <5660247+vrimar@users.noreply.github.com> Date: Wed, 5 Jun 2019 18:57:19 -0400 Subject: [PATCH] Release 1.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4f75db..d0ab589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mithril-portal", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a243ba..37fa7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril-portal", - "version": "1.2.0", + "version": "1.2.1", "description": "Mithril component for rendering children outside the DOM hierarchy of the parent component.", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",