Skip to content

Commit

Permalink
Prepare for 0.10.0 release. (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Dec 29, 2016
1 parent 341e9e3 commit 480ab2d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.10.0 (12/29/2016)

### Breaking bug fixes

* Fix oauth2 token refresh (#109) ([@ianmetcalf][])

### Backwards compatible changes

* Remove unused dependencies and upgrade remaining dependencies. (#112) ([@jmdobry][])
* Add yarn.lock file. (#113) ([@jmdobry][])
* Improve dev scripts. (#114) ([@jmdobry][])
* Improve repo licensing. (#115) ([@jmdobry][])

## 0.9.10 (11/15/2016)

### Changes
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Ali Ijaz Sheikh <ofrobots@google.com>
Andrew <andydjackson@gmail.com>
Brian J. Watson <brianwatson@google.com>
Gameleon12 <leonlucardie@gmail.com>
Ian Metcalf <ian@metcalfbuilt.com>
Jason Allor <jasonall@google.com>
Jason Dobry <jason.dobry@gmail.com>
Jonathan Porta <jonathan@jonathanPorta.com>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-auth-library",
"version": "0.9.10",
"version": "0.10.0",
"author": "Google Inc.",
"description": "Google APIs Authentication Client Library for Node.js",
"engines": {
Expand All @@ -22,7 +22,7 @@
"gtoken": "^1.2.1",
"lodash.noop": "^3.0.1",
"jws": "^3.1.4",
"request": "^2.79.0"
"request": "^2.74.0"
},
"devDependencies": {
"coveralls": "^2.11.15",
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -592,20 +592,13 @@ jodid25519@^1.0.0:
dependencies:
jsbn "~0.1.0"

js-yaml@3.6.1:
js-yaml@3.6.1, js-yaml@3.x:
version "3.6.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
dependencies:
argparse "^1.0.7"
esprima "^2.6.0"

js-yaml@3.x:
version "3.7.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
dependencies:
argparse "^1.0.7"
esprima "^2.6.0"

js2xmlparser@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-1.0.0.tgz#5a170f2e8d6476ce45405e04823242513782fe30"
Expand Down Expand Up @@ -984,7 +977,7 @@ request@2.75.0:
tough-cookie "~2.3.0"
tunnel-agent "~0.4.1"

request@^2.72.0, request@^2.79.0:
request@^2.72.0, request@^2.74.0:
version "2.79.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
dependencies:
Expand Down

0 comments on commit 480ab2d

Please sign in to comment.