From 4fea343f3fa357d4d145a559e8d209f1fd3782d3 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 24 Oct 2016 17:13:27 +0300 Subject: [PATCH] chore(*): release 1.0.0-beta.6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc5b61..589f0d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0-beta.6 - 2016-10-24 +*** Breaking change: typescript sources are no longer published in the npm package + +- Inline sources in the source map file, should fix [#96](https://github.com/urish/angular2-moment/issues/96). +- Handle undefined dates in `amDateFormat` pipe ([#105](https://github.com/urish/angular2-moment/pull/105/files), contributed by [amcdnl](https://github.com/amcdnl)) + ## 1.0.0-beta.5 - 2016-10-13 *** Breaking change: source files renamed, which could affect your imports: diff --git a/package.json b/package.json index 41e86a4..e3a8569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-moment", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "description": "Moment.JS pipes for Angular2 (timeago and more)", "main": "index.js", "typings": "./index.d.ts",