]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.25.2
authorIskren Chernev <iskren.chernev@gmail.com>
Mon, 4 May 2020 12:21:32 +0000 (15:21 +0300)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 4 May 2020 12:23:44 +0000 (15:23 +0300)
CHANGELOG.md
Moment.js.nuspec

index ed85faf818a77820dc9638a63fdd71321e5353af..f614dfc768d0795934da5d5082e1eb7eabc66cdc 100644 (file)
@@ -1,6 +1,15 @@
 Changelog
 =========
 
+### 2.25.2
+
+* Release May 4, 2020
+
+This release includes ES Module bundled moment, separate from it's source code
+under dist/ folder. This might alleviate issues with finding the `./locale
+subfolder for loading locales. This might also mean now webpack will bundle all
+locales automatically, unless told otherwise.
+
 ### 2.25.1
 
 * Release May 1, 2020
index 801d6c47555d776069c9e304a944d2223308fd6f..0222768106dd8b598028bafad2c70894e1a18746 100644 (file)
@@ -7,16 +7,12 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release May 1, 2020
+            * Release May 4, 2020
 
-            This is a quick patch release to address some of the issues raised after
-            releasing 2.25.0.
-
-            * 2e268635 [misc] Revert #5269 due to webpack warning
-            * 226799e1 [locale] fil: Fix metadata comment
-            * 1a83a521 [bugfix] Fix typeoff usages
-            * 6e324334 [pkg] Add ts3.1-typings in npm package
-            * 728cc23e [misc] Remove deleted generated locale en-SG
+            This release includes ES Module bundled moment, separate from it's source code
+            under dist/ folder. This might alleviate issues with finding the `./locale
+            subfolder for loading locales. This might also mean now webpack will bundle all
+            locales automatically, unless told otherwise.
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>