Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Apr 12, 2014
1 parent 04ad169 commit 9f12e72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ grunt test

## changelog

### 0.0.4
* [#39](https://github.com/moment/moment-timezone/issues/39) improve performance with memoize
* [#46](https://github.com/moment/moment-timezone/issues/46) publish only necessary files to npm
* [#53](https://github.com/moment/moment-timezone/issues/53), [#61](https://github.com/moment/moment-timezone/issues/61), [#70](https://github.com/moment/moment-timezone/issues/70), better handling of timezones around DST
* [#41](https://github.com/moment/moment-timezone/issues/41) support browserify
* [#71](https://github.com/moment/moment-timezone/issues/71) fix cloning zone-d moments
* [#73](https://github.com/moment/moment-timezone/issues/73) add moment.tz.zoneExists method
* [#74](https://github.com/moment/moment-timezone/issues/74) prevent double loading

### 0.0.3
* added bower support
* support newer versions of moment
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment-timezone",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion min/moment-timezone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment-timezone",
"version": "0.0.3",
"version": "0.0.4",
"description": "Timezone plugin for Moment.js.",
"homepage": "http://momentjs.com",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
Expand Down

0 comments on commit 9f12e72

Please sign in to comment.