]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.26.0
authorKunal Marwaha <marwahaha@berkeley.edu>
Wed, 20 May 2020 06:40:45 +0000 (23:40 -0700)
committerKunal Marwaha <marwahaha@berkeley.edu>
Wed, 20 May 2020 06:40:45 +0000 (23:40 -0700)
CHANGELOG.md
Moment.js.nuspec

index 6f58633e21ff1fab39b31ca5647236eadbc8c4aa..0aec76cfb2f4963a91cd6736291592958e1304f9 100644 (file)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+### 2.26.0 [See full changelog](https://gist.github.com/marwahaha/0725c40740560854a849b096ea7b7590)
+
+* Release May 19, 2020
+
+TypeScript fixes and many locale improvements
+
 ### 2.25.3
 
 * Release May 4, 2020
index 56de1d164ffc9c24d4e2a66ae014bed881afe39a..461651c5c41cf478c45fbc4222f9b24e3ec255c3 100644 (file)
@@ -2,15 +2,14 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <metadata>
         <id>Moment.js</id>
-        <version>2.25.3</version>
+        <version>2.26.0</version>
         <authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release May 4, 2020
+            * Release May 19, 2020
 
-            Remove package.json module property. It looks like webpack behaves differently
-            for modules loaded via module vs jsnext:main.
+            TypeScript fixes and many locale improvements
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>