Skip to content

Commit c377ac8

Browse files
Release 0.5.25
1 parent cf6d1cb commit c377ac8

15 files changed

+27
-23
lines changed

builds/moment-timezone-with-data-10-year-range.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone.js
2-
//! version : 0.5.24
2+
//! version : 0.5.25
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone
@@ -24,7 +24,7 @@
2424
// return moment;
2525
// }
2626

27-
var VERSION = "0.5.24",
27+
var VERSION = "0.5.25",
2828
zones = {},
2929
links = {},
3030
names = {},
@@ -619,7 +619,7 @@
619619
}
620620

621621
loadData({
622-
"version": "2018i",
622+
"version": "2019a",
623623
"zones": [
624624
"Africa/Abidjan|GMT|0|0||48e5",
625625
"Africa/Nairobi|EAT|-30|0||47e5",

builds/moment-timezone-with-data-10-year-range.min.js

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

builds/moment-timezone-with-data-1970-2030.js

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

builds/moment-timezone-with-data-1970-2030.min.js

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

builds/moment-timezone-with-data-2012-2022.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone.js
2-
//! version : 0.5.24
2+
//! version : 0.5.25
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone
@@ -24,7 +24,7 @@
2424
// return moment;
2525
// }
2626

27-
var VERSION = "0.5.24",
27+
var VERSION = "0.5.25",
2828
zones = {},
2929
links = {},
3030
names = {},
@@ -619,7 +619,7 @@
619619
}
620620

621621
loadData({
622-
"version": "2018i",
622+
"version": "2019a",
623623
"zones": [
624624
"Africa/Abidjan|GMT|0|0||48e5",
625625
"Africa/Nairobi|EAT|-30|0||47e5",

builds/moment-timezone-with-data-2012-2022.min.js

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

builds/moment-timezone-with-data.js

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

builds/moment-timezone-with-data.min.js

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

builds/moment-timezone.min.js

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

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `0.5.25` _2019-04-17_
2+
* Fix `moment.tz.dataVersion` to return `2019a` [#742](https://github.com/moment/moment-timezone/issues/742)
3+
* Update path in bower.json
4+
15
### `0.5.24` _2019-04-17_
26
* Updated data to IANA TZDB `2019a` [#737](https://github.com/moment/moment-timezone/issues/737)
37
* Start shipping both a 1970-1930 file and a rolling 10-year file [#614](https://github.com/moment/moment-timezone/issues/614) [#697](https://github.com/moment/moment-timezone/issues/697)

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.24",
4+
"version": "0.5.25",
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.24
2+
//! version : 0.5.25
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.24
2+
//! version : 0.5.25
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone
@@ -24,7 +24,7 @@
2424
// return moment;
2525
// }
2626

27-
var VERSION = "0.5.24",
27+
var VERSION = "0.5.25",
2828
zones = {},
2929
links = {},
3030
names = {},

package-lock.json

+1-1
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.24",
3+
"version": "0.5.25",
44
"description": "Parse and display moments in any timezone.",
55
"homepage": "http://momentjs.com/timezone/",
66
"author": "Tim Wood <[email protected]> (http://timwoodcreates.com/)",

0 commit comments

Comments
 (0)