Skip to content

Commit a11f853

Browse files
committed
Prepare 1.0.2 release
1 parent 9f1607e commit a11f853

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v1.0.2
4+
5+
The compiler options have been adjusted so ng-http-loader is now an es2015 module, and can be tree-shaked.
6+
37
## v1.0.1
48

59
This release is a bug fix release. It prevents the ``PendingInterceptorService`` from being triggered when using the ``SpinnerVisibilityService``.

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": "1.0.1",
3+
"version": "1.0.2",
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"

0 commit comments

Comments
 (0)