Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 25, 2018
1 parent 83c5b63 commit 276361f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Changelog

## 2.0.0-rc.0 - 2018-04-15
- Promote beta.0 to Release Candidate

## 2.0.0-beta.0 - 2018-04-12
## 2.0.0 - 2018-04-25
- Rename package to ngx-moment
- Migrate project to the Angular CLI
- Switch to [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit), (using [ngPackagr](http://spektrakel.de/ng-packagr/))

2.0.0-beta.0 and 2.0.0-rc.0 are aliases for this version.

## 1.8.0 - 2018-01-23
- Fix: Remove `node_modules` from compiled version ([#187](https://github.com/urish/angular2-moment/pull/187), contributed by [wachri](https://github.com/wachri))

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": "ngx-moment",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"description": "Moment.JS pipes for Angular (timeago and more)",
"scripts": {
"build": "ng build",
Expand Down

0 comments on commit 276361f

Please sign in to comment.