From 8cd7fe27750cd4d0b5a8866a94ddbc806f04969e Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 22 May 2016 13:10:54 -0700 Subject: [PATCH] chore(*): release 0.8.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7a45a..9c06d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.8.0 - 2015-05-22 +- Publish typescript sources under `src` folder, should fix Ionic 2 issues such as [#28](https://github.com/urish/angular2-moment/issues/28) and [#33](https://github.com/urish/angular2-moment/issues/33). + ## 0.7.0 - 2016-05-03 - Align with the angular 2.0.0-rc.0 and the new angular packaging system diff --git a/package.json b/package.json index 4c4db7e..0546221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-moment", - "version": "0.7.0", + "version": "0.8.0", "description": "Moment.JS pipes for Angular2 (timeago and more)", "main": "index.js", "typings": "./index.d.ts",