Skip to content

Commit 6c2c960

Browse files
committed
Prepare v0.9.1 release
1 parent 82f36b6 commit 6c2c960

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.9.1
4+
5+
This release fixes a bug on the SpinKit Sk-Wave that only appeared after template inlining.
6+
7+
See [this thread](https://github.com/tobiasahlin/SpinKit/issues/139).
8+
39
## v0.9.0
410

511
This release adds the more friendly SpinnerVisibilityService#show() && SpinnerVisibilityService#hide() methods as public API.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-http-loader",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"scripts": {
55
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
66
"test": "ng test --watch false"

0 commit comments

Comments
 (0)