Skip to content

Commit d2618cf

Browse files
committed
Bump version to 0.6.0
1 parent d084bec commit d2618cf

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### `0.6.0` _2025-05-25_
2+
* Fixed and updated TypeScript definitions. [#1132](https://github.com/moment/moment-timezone/pull/1132)
3+
* Updated types to more accurately match the code implementation.
4+
* Added definitions for pre-built files (e.g. `moment-timezone-with-data.js`).
5+
6+
This release is a **potential breaking change** for TypeScript projects only.
7+
The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types.
8+
9+
No implementation code has changed in this release.
10+
111
### `0.5.48` _2025-03-23_
212
* Updated data to IANA TZDB `2025b`. [#1130](https://github.com/moment/moment-timezone/pull/1130)
313

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.48",
4+
"version": "0.6.0",
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.48
2+
//! version : 0.6.0
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.48
2+
//! version : 0.6.0
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.48",
32+
var VERSION = "0.6.0",
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.48",
3+
"version": "0.6.0",
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)