From 8f59028faab86b00412d3ba1087a87ed918c7126 Mon Sep 17 00:00:00 2001 From: Julien Serrurier Date: Tue, 6 Apr 2021 20:56:43 +0200 Subject: [PATCH] bump: version 1.1.0 --- CHANGELOG.md | 4 ++++ README.md | 1 + package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249a8a6..7ec6ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.0 + +- Types update. `namespace tz` becomes `interface MomentTimezone`. That reflects the moment-timezone v0.5.30 definition file. + # 1.0.0 **BREAKING CHANGES:** diff --git a/README.md b/README.md index 25bb1d6..7a9aa37 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Indicates the version to use according your moment-timezone version. | moment-timezone | moment-timezone-for-local-time | notes | | --------------- | ------------------------------ | -------------------------------------------------- | +| >= 0.5.30 | 1.1.0 | | >= 0.5.29 | 1.0.0 | use at least moment 2.15.0 to avoid type conflicts | | >= 0.2.0 | 0.1.1 | | 0.1.0 | 0.1.0 | diff --git a/package-lock.json b/package-lock.json index 742c5dc..8dc69bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "moment-timezone-for-local-time", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1664276..169b08c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "test:watch": "jest --coverage --watch" }, "types": "dist/index.d.ts", - "version": "1.0.0", + "version": "1.1.0", "volta": { "node": "12.22.0" }