Skip to content

Commit 217466f

Browse files
committed
chore(changelog): Updated changelog
1 parent 89f614a commit 217466f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
1.07
2+
========
3+
Fixed deploy issue
14
1.06
25
========
36
Fixed deploy issue
4-
57
1.0.5
68
========
79
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.6",
3+
"version": "1.0.7",
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)