From 659421e0a3ec68557bcc68dd3b81794e59690a15 Mon Sep 17 00:00:00 2001 From: Colin Gourlay Date: Wed, 3 Jun 2020 11:42:59 +1000 Subject: [PATCH] 1.0.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 3c2ec5f..455b713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@abcnews/env-utils", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 563d7b9..cc1817f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abcnews/env-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "Utilities for identifying aspects of your code's execution environment and respectfully interacting with the DOM", "license": "MIT", "author": "Australian Broadcasting Corporation",