Skip to content

Commit

Permalink
Release 0.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Apr 18, 2019
1 parent cf6d1cb commit c377ac8
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 23 deletions.
6 changes: 3 additions & 3 deletions builds/moment-timezone-with-data-10-year-range.js
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.24
//! version : 0.5.25
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand All @@ -24,7 +24,7 @@
// return moment;
// }

var VERSION = "0.5.24",
var VERSION = "0.5.25",
zones = {},
links = {},
names = {},
Expand Down Expand Up @@ -619,7 +619,7 @@
}

loadData({
"version": "2018i",
"version": "2019a",
"zones": [
"Africa/Abidjan|GMT|0|0||48e5",
"Africa/Nairobi|EAT|-30|0||47e5",
Expand Down
2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-10-year-range.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions builds/moment-timezone-with-data-1970-2030.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-1970-2030.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions builds/moment-timezone-with-data-2012-2022.js
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.24
//! version : 0.5.25
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand All @@ -24,7 +24,7 @@
// return moment;
// }

var VERSION = "0.5.24",
var VERSION = "0.5.25",
zones = {},
links = {},
names = {},
Expand Down Expand Up @@ -619,7 +619,7 @@
}

loadData({
"version": "2018i",
"version": "2019a",
"zones": [
"Africa/Abidjan|GMT|0|0||48e5",
"Africa/Nairobi|EAT|-30|0||47e5",
Expand Down
2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-2012-2022.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions builds/moment-timezone-with-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/moment-timezone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions changelog.md
@@ -1,3 +1,7 @@
### `0.5.25` _2019-04-17_
* Fix `moment.tz.dataVersion` to return `2019a` [#742](https://github.com/moment/moment-timezone/issues/742)
* Update path in bower.json

### `0.5.24` _2019-04-17_
* Updated data to IANA TZDB `2019a` [#737](https://github.com/moment/moment-timezone/issues/737)
* 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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "moment/moment-timezone",
"description": "Parse and display dates in any timezone",
"version": "0.5.24",
"version": "0.5.25",
"keywords": [
"moment",
"date",
Expand Down
2 changes: 1 addition & 1 deletion moment-timezone-utils.js
@@ -1,5 +1,5 @@
//! moment-timezone-utils.js
//! version : 0.5.24
//! version : 0.5.25
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down
4 changes: 2 additions & 2 deletions moment-timezone.js
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.24
//! version : 0.5.25
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand All @@ -24,7 +24,7 @@
// return moment;
// }

var VERSION = "0.5.24",
var VERSION = "0.5.25",
zones = {},
links = {},
names = {},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "moment-timezone",
"version": "0.5.24",
"version": "0.5.25",
"description": "Parse and display moments in any timezone.",
"homepage": "http://momentjs.com/timezone/",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
Expand Down

0 comments on commit c377ac8

Please sign in to comment.