Skip to content

Commit

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

## 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))
- Protractor fix: run long standing timeouts outside of angular zones ([#74](https://github.com/urish/angular2-moment/pull/74), contributed by [tiagoroldao](https://github.com/tiagoroldao))

## 1.0.0-beta.2 - 2016-10-01
- Switch to Typescript 2.0
- Angular 2 AoT (Ahead of Time) template compilation support ([#68](https://github.com/urish/angular2-moment/issues/68))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Usage
Import `MomentModule` into your app's modules:

``` typescript
import {MomentModule} from 'angular2-moment/module';
import {MomentModule} from 'angular2-moment';

@NgModule({
imports: [
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.2",
"version": "1.0.0-beta.3",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 88ec4df

Please sign in to comment.