Skip to content

Commit d084bec

Browse files
committed
changelog: Add missing PR links for data updates
1 parent 83784ed commit d084bec

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

changelog.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,97 @@
11
### `0.5.48` _2025-03-23_
2-
* Updated data to IANA TZDB `2025b`.
2+
* Updated data to IANA TZDB `2025b`. [#1130](https://github.com/moment/moment-timezone/pull/1130)
33

44
### `0.5.47` _2025-01-28_
5-
* Updated data to IANA TZDB `2025a`.
5+
* Updated data to IANA TZDB `2025a`. [#1125](https://github.com/moment/moment-timezone/pull/1125)
66

77
### `0.5.46` _2024-10-06_
8-
* Updated data to IANA TZDB `2024b`. This only affects historical timestamps; no future timestamps have changed.
8+
* Updated data to IANA TZDB `2024b`. [#1121](https://github.com/moment/moment-timezone/pull/1121)
9+
This only affects historical timestamps; no future timestamps have changed.
910

1011
### `0.5.45` _2024-02-04_
11-
* Updated data to IANA TZDB `2024a`.
12+
* Updated data to IANA TZDB `2024a`. [#1095](https://github.com/moment/moment-timezone/pull/1095)
1213

1314
### `0.5.44` _2023-12-29_
14-
* Updated data to IANA TZDB `2023d`.
15-
* Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`) [#1082](https://github.com/moment/moment-timezone/pull/1082).
15+
* Updated data to IANA TZDB `2023d`. [#1085](https://github.com/moment/moment-timezone/pull/1085)
16+
* Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`). [#1082](https://github.com/moment/moment-timezone/pull/1082)
1617
* Performance improvements:
17-
* Use binary search when looking up zone information [#720](https://github.com/moment/moment-timezone/pull/720).
18+
* Use binary search when looking up zone information. [#720](https://github.com/moment/moment-timezone/pull/720)
1819
* Avoid redundant checks in `tz.guess()`.
1920
* Avoid redundant `getZone()` calls in `.tz()`.
2021

2122
### `0.5.43` _2023-03-31_
22-
* Updated data to IANA TZDB `2023c`
23+
* Updated data to IANA TZDB `2023c`. [#1053](https://github.com/moment/moment-timezone/pull/1053)
2324

2425
### `0.5.42` _2023-03-24_
25-
* Updated data to IANA TZDB `2023b`
26+
* Updated data to IANA TZDB `2023b`. [#1047](https://github.com/moment/moment-timezone/pull/1047)
2627

2728
### `0.5.41` _2023-02-25_
2829
* Updated `moment` npm dependency to `2.29.4` to remove automated warnings about insecure dependencies.
2930
Moment Timezone still works with core Moment `2.9.0` and higher.
3031
* Updated all dev dependencies including UglifyJS, which produces the minified builds.
31-
* Added deprecation warning to the pre-built `moment-timezone-with-data-2012-2022` bundles [#1035](https://github.com/moment/moment-timezone/issues/1035).
32+
* Added deprecation warning to the pre-built `moment-timezone-with-data-2012-2022` bundles. [#1035](https://github.com/moment/moment-timezone/issues/1035).
3233
Use the rolling `moment-timezone-with-data-10-year-range` files instead.
3334

3435
### `0.5.40` _2022-12-11_
35-
* Updated data to IANA TZDB `2022g`
36+
* Updated data to IANA TZDB `2022g`. [#1022](https://github.com/moment/moment-timezone/pull/1022)
3637

3738
### `0.5.39` _2022-11-13_
38-
* Updated data to IANA TZDB `2022f`
39+
* Updated data to IANA TZDB `2022f`. [#1014](https://github.com/moment/moment-timezone/pull/1014)
3940

4041
### `0.5.38` _2022-10-15_
41-
* Updated data to IANA TZDB `2022e`
42-
* Added `moment.tz.dataVersion` property to TypeScript definitions [#930](https://github.com/moment/moment-timezone/issues/930)
43-
* Removed temporary `.tar.gz` files from npm releases [#1000](https://github.com/moment/moment-timezone/pull/1000)
42+
* Updated data to IANA TZDB `2022e`. [#1009](https://github.com/moment/moment-timezone/pull/1009)
43+
* Added `moment.tz.dataVersion` property to TypeScript definitions. [#930](https://github.com/moment/moment-timezone/issues/930)
44+
* Removed temporary `.tar.gz` files from npm releases. [#1000](https://github.com/moment/moment-timezone/pull/1000)
4445

4546
### `0.5.37` _2022-08-25_
46-
* Re-publish npm package, because of extra folder present in 0.5.36, check
47-
https://github.com/moment/moment-timezone/issues/999
47+
* Re-publish npm package, because of extra folder present in `0.5.36`. [#999](https://github.com/moment/moment-timezone/issues/999)
4848

4949
### `0.5.36` _2022-08-25_
50-
* IANA TZDB 2022c
51-
* improvements/fixes to data pipeline
50+
* Updated data to IANA TZDB `2022c`.
51+
* improvements/fixes to data pipeline.
5252

5353
### `0.5.35` _2022-08-23_
54-
* Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9
55-
* Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c
54+
* Fix command injection in data pipeline. https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9
55+
* Fix cleartext transmission of sensitive information. https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c
5656

5757
Thanks to the OpenSSF Alpha-Omega project for reporting these!
5858

5959
### `0.5.34` _2021-11-10_
60-
* Updated data to IANA TZDB `2021e`
60+
* Updated data to IANA TZDB `2021e`. [#962](https://github.com/moment/moment-timezone/pull/962)
6161

6262
### `0.5.33` _2021-02-06_
63-
* Updated data to IANA TZDB `2021a`
63+
* Updated data to IANA TZDB `2021a`. [#927](https://github.com/moment/moment-timezone/pull/927)
6464

6565
### `0.5.32` _2020-11-14_
66-
* Updated data to IANA TZDB `2020d`
66+
* Updated data to IANA TZDB `2020d`. [#910](https://github.com/moment/moment-timezone/pull/910)
6767

6868
### `0.5.31` _2020-05-16_
69-
* Fixed Travis builds for Node.js 4 and 6
69+
* Fixed Travis builds for Node.js 4 and 6.
7070

7171
### `0.5.30` _2020-05-16_
72-
* Updated data to IANA TZDB `2020a`
73-
* Fixed typescript definitions
72+
* Updated data to IANA TZDB `2020a`. [#852](https://github.com/moment/moment-timezone/pull/852)
73+
* Fixed TypeScript definitions.
7474

75-
NOTE: You might need to un-install @types/moment-timezone. Check
76-
https://github.com/moment/moment-timezone/issues/858 for more info
75+
NOTE: You might need to un-install `@types/moment-timezone`. Check
76+
[#858](https://github.com/moment/moment-timezone/issues/858) for more info.
7777

7878
### `0.5.29` _2020-05-16_
7979
* Merged fix of es6 module loading issue https://github.com/moment/moment-timezone/commit/1fd42349189b24e15c60f162dc8c40b42db79dfe
80-
* Merged PR with typescript declarations https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03
80+
* Merged PR with TypeScript declarations https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03
8181
* Merged fixes to changelog https://github.com/moment/moment-timezone/commit/adb7d7b43c7328d814311ac1355bfeef88eab6e8
8282

8383
### `0.5.28` _2020-02-21_
84-
Merged pull request #410 from @adgrace:
84+
Merged pull request [#410](https://github.com/moment/moment-timezone/pull/410) from @adgrace:
8585
* Added a method `moment.tz.zonesForCountry(country_code)` which returns all timezones for the country
8686
* Added a method `moment.tz(timezone_id).countries()` to get countries for some time zone
8787
* Added a method `moment.tz.countries()` to get all country codes
8888
* And as you know `moment.tz.zones()` already exists
8989

9090
### `0.5.27` _2019-10-14_
91-
* Updated data to IANA TZDB `2019c`
91+
* Updated data to IANA TZDB `2019c`.
9292

9393
### `0.5.26` _2019-06-06_
94-
* Updated data to IANA TZDB `2019b`
94+
* Updated data to IANA TZDB `2019b`.
9595
* Fix: stabilize Array.sort [#762](https://github.com/moment/moment-timezone/pull/762)
9696

9797
### `0.5.25` _2019-04-17_

0 commit comments

Comments
 (0)