Skip to content

Commit

Permalink
chore(*): release 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 6, 2016
1 parent df3cfe9 commit 611a196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## 1.0.0-beta.4 - TBD
## 1.0.0-beta.4 - 2016-10-06
- Add support for server side pre-rendering ([#89](https://github.com/urish/angular2-moment/pull/89), contributed by [https://github.com/jmezach](https://github.com/jmezach))
- Fix a bug caused TimeAgo and Calendar pipes not to update automatically ([#94](https://github.com/urish/angular2-moment/pull/94))
- Add `@types/moment` to package dependencies

## 1.0.0-beta.3 - 2016-10-04
- Fix exports for Rollup / Ionic 2 users ([#86](https://github.com/urish/angular2-moment/pull/86), contributed by [TheMadBug](https://github.com/TheMadBug))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation

`npm install --save angular2-moment`

If you use typescript, and [typings](https://github.com/typings/typings), you may also need to install typings for moment.js:
If you use typescript 1.8, and [typings](https://github.com/typings/typings), you may also need to install typings for moment.js:

`typings install --save moment`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-moment",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 611a196

Please sign in to comment.