From 43a851d616b6503fc967ffa110b8568e5984c2c0 Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sat, 15 Oct 2022 13:08:22 +1100 Subject: [PATCH] Bump version to 0.5.38 --- composer.json | 2 +- moment-timezone-utils.js | 2 +- moment-timezone.js | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 1aa7a8ed..81ecfabe 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "moment/moment-timezone", "description": "Parse and display dates in any timezone", - "version": "0.5.37", + "version": "0.5.38", "keywords": [ "moment", "date", diff --git a/moment-timezone-utils.js b/moment-timezone-utils.js index 73d088a0..9e437284 100644 --- a/moment-timezone-utils.js +++ b/moment-timezone-utils.js @@ -1,5 +1,5 @@ //! moment-timezone-utils.js -//! version : 0.5.37 +//! version : 0.5.38 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone diff --git a/moment-timezone.js b/moment-timezone.js index c92539d4..d03fdf18 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -1,5 +1,5 @@ //! moment-timezone.js -//! version : 0.5.37 +//! version : 0.5.38 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone @@ -29,7 +29,7 @@ // return moment; // } - var VERSION = "0.5.37", + var VERSION = "0.5.38", zones = {}, links = {}, countries = {}, diff --git a/package-lock.json b/package-lock.json index 8a3525cd..9fef783b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moment-timezone", - "version": "0.5.37", + "version": "0.5.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "moment-timezone", - "version": "0.5.37", + "version": "0.5.38", "license": "MIT", "dependencies": { "moment": ">= 2.9.0" diff --git a/package.json b/package.json index 9b0550bb..ae7a4ab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.37", + "version": "0.5.38", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood (http://timwoodcreates.com/)",