Skip to content

Commit

Permalink
Update changelog for 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Oct 10, 2017
1 parent 43a226e commit 5578c90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

### 2.19.1

* Release Oct 11, 2017

## Fix webpack crash
* [4225] [critical] Revert require rename, fixes #4216


### 2.19.0 [See full changelog](https://gist.github.com/ichernev/5f3f4eb02761b4f765a0cccf02cec603)

* Release Oct 10, 2017
Expand Down
10 changes: 2 additions & 8 deletions Moment.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@
<owners>Cory Deppen, Iskren Chernev</owners>
<description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
<releaseNotes>
* Release Oct 10, 2017
* For full changelog see https://gist.github.com/ichernev/5f3f4eb02761b4f765a0cccf02cec603
* [#4213](https://github.com/moment/moment/pull/4213) [critical] Rename dynamic require to avoid React Native crash
* [#4214](https://github.com/moment/moment/pull/4214) [fixup] Move require rename inside try/catch, fixes [#4213](https://github.com/moment/moment/issues/4213)
* [#3735](https://github.com/moment/moment/pull/3735) [feature] Ignore NaN values in setters
* [#4106](https://github.com/moment/moment/pull/4106) [fixup] Drop isNumeric utility fn, fixes [#3735](https://github.com/moment/moment/issues/3735)
* [#4080](https://github.com/moment/moment/pull/4080) [feature] Implement a clone method for durations, fixes [#4078](https://github.com/moment/moment/issues/4078)
* [#4215](https://github.com/moment/moment/pull/4215) [misc] TS: Add duration.clone(), for [#4080](https://github.com/moment/moment/issues/4080)
* Release Oct 11, 2017
* [#4225] [critical] Revert require rename, fixes #4216
</releaseNotes>
<projectUrl>http://momentjs.com/</projectUrl>
<iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>
Expand Down

0 comments on commit 5578c90

Please sign in to comment.