From eeb53313b1003a77da9c187c2650c1a9de10ccaa Mon Sep 17 00:00:00 2001 From: Colin Gourlay Date: Mon, 15 Jun 2020 12:17:23 +1000 Subject: [PATCH] 1.2.0 --- 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 b43643d..9581899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@abcnews/env-utils", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22e2ecf..bc0724b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abcnews/env-utils", - "version": "1.1.1", + "version": "1.2.0", "description": "Utilities for identifying aspects of your code's execution environment and respectfully interacting with the DOM", "license": "MIT", "author": "Australian Broadcasting Corporation",