Skip to content

Commit

Permalink
chore(*): release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 25, 2015
1 parent a15c464 commit 40b30eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion TimeAgoPipe.ts
Original file line number Diff line number Diff line change
@@ -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 */

/// <reference path="node_modules/angular2/bundles/typings/angular2/angular2.d.ts" />
/// <reference path="typings/moment/moment.d.ts" />
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": "0.0.3",
"version": "0.0.4",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "TimeAgoPipe.js",
"typings": "./TimeAgoPipe.d.ts",
Expand Down

0 comments on commit 40b30eb

Please sign in to comment.