Skip to content

Commit

Permalink
chore(*): release 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 24, 2016
1 parent 7ab0a5a commit 4fea343
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.5",
"version": "1.0.0-beta.6",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 4fea343

Please sign in to comment.