Skip to content

Commit 89f614a

Browse files
committed
fix(build): Error with package publish
1 parent 311090e commit 89f614a

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,3 +1,7 @@
1+
1.06
2+
========
3+
Fixed deploy issue
4+
15
1.0.5
26
========
37
Added ability to have fine grained control over the request that get batched by adding an optional canBatchRequest function on the configuration object.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-http-batcher",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Angular (2+) HTTP batching module to reduce the number of HTTP requests and increase performance",
55
"scripts": {
66
"build": "./node_modules/.bin/ngc -p ./src",

0 commit comments

Comments
 (0)