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