Skip to content

Commit 43a851d

Browse files
committedOct 15, 2022
Bump version to 0.5.38
1 parent 55e0757 commit 43a851d

5 files changed

+7
-7
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moment/moment-timezone",
33
"description": "Parse and display dates in any timezone",
4-
"version": "0.5.37",
4+
"version": "0.5.38",
55
"keywords": [
66
"moment",
77
"date",

‎moment-timezone-utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone-utils.js
2-
//! version : 0.5.37
2+
//! version : 0.5.38
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone

‎moment-timezone.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone.js
2-
//! version : 0.5.37
2+
//! version : 0.5.38
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone
@@ -29,7 +29,7 @@
2929
// return moment;
3030
// }
3131

32-
var VERSION = "0.5.37",
32+
var VERSION = "0.5.38",
3333
zones = {},
3434
links = {},
3535
countries = {},

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timezone",
3-
"version": "0.5.37",
3+
"version": "0.5.38",
44
"description": "Parse and display moments in any timezone.",
55
"homepage": "http://momentjs.com/timezone/",
66
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",

0 commit comments

Comments
 (0)
Please sign in to comment.