Skip to content

Commit

Permalink
chore(*): release 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 11, 2016
1 parent d43aab1 commit ba20dd2
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-rc.1 - 2016-11-11
*** Breaking change: Requires moment 2.16.0 or newer

- Fix “Expression has changed after it was checked” ([#111](https://github.com/urish/angular2-moment/pull/111), contributed by [nithril](https://github.com/nithril))
- Fix "Module 'moment' has no exported member 'UnitOfTime'" ([#112](https://github.com/urish/angular2-moment/issues/112))

## 1.0.0-beta.6 - 2016-10-24
*** Breaking change: typescript sources are no longer published in the npm package

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.6",
"version": "1.0.0-beta.rc.1",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit ba20dd2

Please sign in to comment.