diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9b8591..1602d91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 0.0.4 - 2015-10-25
+- Add ES5 transpiled version and typescript definitions (.d.ts) file to the published npm package
+
## 0.0.3 - 2015-10-22
- Align with angular-2.0.0-alpha.44
diff --git a/TimeAgoPipe.ts b/TimeAgoPipe.ts
index 39dd1d5..c97a554 100644
--- a/TimeAgoPipe.ts
+++ b/TimeAgoPipe.ts
@@ -1,4 +1,4 @@
-/* angular2-moment / v0.0.3 / (c) 2015 Uri Shaked / MIT Licence */
+/* angular2-moment / v0.0.4 / (c) 2015 Uri Shaked / MIT Licence */
///
///
diff --git a/package.json b/package.json
index fb5d0f1..1eccf2b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-moment",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "TimeAgoPipe.js",
"typings": "./TimeAgoPipe.d.ts",