Skip to content

Commit

Permalink
Prepare v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 8, 2017
1 parent 6bde7e0 commit 70352b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.5.1

This release fixes a bug that could cause the spinner to not show if an http request were performed **before** the spinner component was initialized.
The responsible ``Subject`` has been replaced by a ``ReplaySubject``.

## v0.5.0

The module is now splitted in sub-modules for more convenience. See [usage](https://github.com/mpalourdio/ng-http-loader#usage).
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": "ng-http-loader",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
"test": "ng test --watch false"
Expand Down

0 comments on commit 70352b4

Please sign in to comment.