Skip to content

Commit

Permalink
Release0.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenaua committed May 17, 2020
1 parent b055f5e commit 910d83f
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 19 deletions.
4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data-10-year-range.js
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.30
//! version : 0.5.31
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.30",
var VERSION = "0.5.31",
zones = {},
links = {},
countries = {},
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.

4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data-1970-2030.js
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.30
//! version : 0.5.31
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.30",
var VERSION = "0.5.31",
zones = {},
links = {},
countries = {},
Expand Down
2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-1970-2030.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data-2012-2022.js
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.30
//! version : 0.5.31
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.30",
var VERSION = "0.5.31",
zones = {},
links = {},
countries = {},
Expand Down
2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-2012-2022.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.

3 changes: 3 additions & 0 deletions changelog.md
@@ -1,3 +1,6 @@
### `0.5.31` _2020-05-16_
* Fixed Travis builds for Node.js 4 and 6

### `0.5.30` _2020-05-16_
* Updated data to IANA TZDB `2020a`
* Fixed typescript definitions
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.30",
"version": "0.5.31",
"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.30
//! version : 0.5.31
//! 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.30
//! version : 0.5.31
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.30",
var VERSION = "0.5.31",
zones = {},
links = {},
countries = {},
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.30",
"version": "0.5.31",
"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 910d83f

Please sign in to comment.