Skip to content

Commit 4734cb2

Browse files
committed
Bump version to 0.5.44
1 parent 585fabf commit 4734cb2

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### `0.5.44` _2023-12-29_
2+
* Updated data to IANA TZDB `2023d`.
3+
* Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`) [#1082](https://github.com/moment/moment-timezone/pull/1082).
4+
* Performance improvements:
5+
* Use binary search when looking up zone information [#720](https://github.com/moment/moment-timezone/pull/720).
6+
* Avoid redundant checks in `tz.guess()`.
7+
* Avoid redundant `getZone()` calls in `.tz()`.
8+
19
### `0.5.43` _2023-03-31_
210
* Updated data to IANA TZDB `2023c`
311

composer.json

Lines changed: 1 addition & 1 deletion
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.43",
4+
"version": "0.5.44",
55
"keywords": [
66
"moment",
77
"date",

moment-timezone-utils.js

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

moment-timezone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone.js
2-
//! version : 0.5.43
2+
//! version : 0.5.44
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.43",
32+
var VERSION = "0.5.44",
3333
zones = {},
3434
links = {},
3535
countries = {},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timezone",
3-
"version": "0.5.43",
3+
"version": "0.5.44",
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)