Skip to content

Commit a1a39e5

Browse files
committed
2.2.0
1 parent e681b86 commit a1a39e5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.2.0"></a>
2+
## 2.2.0 (2016-06-01)
3+
4+
5+
#### Features
6+
7+
* **addPromise:** except an array ([c95aa944](http://github.com/ajoslin/angular-promise-tracker/commit/c95aa944fb2b8c08d1f7e45a58f31fb6a3b2168f))
8+
* **trackingCount:** add trackingCount method, count of tracked promises ([e681b86c](http://github.com/ajoslin/angular-promise-tracker/commit/e681b86c20f1c87b68a856aea1f413e6801669b1), closes [#65](http://github.com/ajoslin/angular-promise-tracker/issues/65))
9+
10+
111
<a name="2.1.0"></a>
212
## 2.1.0 (2014-11-13)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-promise-tracker",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"main": "promise-tracker.js",
55
"author": {
66
"name": "Andy Joslin"

0 commit comments

Comments
 (0)