Skip to content

Commit 6c15b75

Browse files
committed
Release version 0.7.0
1 parent 230ea60 commit 6c15b75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.7.0 (Dec 12, 2016)
2+
3+
* Remove the promise rejection when no accounts are found.
4+
* Move the `noCache` flag into a config object for `accountSummaries.get`.
5+
* Add an `ignoreEmpty` option to the `accountSummaries.get` config object.
6+
7+
18
### 0.6.0 (June 14, 2016)
29

310
* Expose the column ID to metadata column filters.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-api-utils",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A collection of utility modules built on top of the gapi client library.",
55
"scripts": {
66
"test": "make"

0 commit comments

Comments
 (0)