From 8d384a3be25e3e69aed319770ae40965b2542d80 Mon Sep 17 00:00:00 2001 From: Simon Elvery Date: Wed, 2 Nov 2022 10:55:28 +1000 Subject: [PATCH] 3.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f87fa5c..6bac9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abcnews/env-utils", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@abcnews/env-utils", - "version": "3.0.1", + "version": "3.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.13.1", diff --git a/package.json b/package.json index d3beeda..e335768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abcnews/env-utils", - "version": "3.0.1", + "version": "3.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",