From 0501ab1899fee6ce4a07a76bebd58b2f7752ae1b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 9 Mar 2022 23:29:12 -0700 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8744cc0..6d9e222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xtz", - "version": "1.0.2", + "version": "1.1.0", "description": "A fast, lightweight, zero-dependency library to translate between Time Zones and UTC with native Intl.DateTimeFormat in ~100 LoC. For Node.js & Browsers.", "main": "xtz.js", "scripts": {