From 527d37f3b19f6b83f3b592d0617fa1fb24b34079 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Thu, 21 May 2015 13:03:03 -0700 Subject: [PATCH] 0.9.6 --- CHANGELOG.md | 10 +++++++++- CONTRIBUTING.md | 17 ++++------------- package.json | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa932869..14367e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.6 (05/21/2015) + +### Changes + +* Corrects return value in getRequestMetadata ([@tbetbetbe][]) +* Fixed error code not being parsed correctly ([@fiznool][]) + ## 0.9.5 (05/07/2015) ### Changes @@ -15,6 +22,7 @@ * Switches from GAPIToken to gtoken ([@stephenplusplus][]) * Updates the sample ([@jasonall][]) +[@fiznool]: https://github.com/fiznool [@jasonall]: https://github.com/jasonall -[@tbetbetbe]: https://github.com/tbetbetbe [@stephenplusplus]: https://github.com/stephenplusplus +[@tbetbetbe]: https://github.com/tbetbetbe diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29d407af..e583736e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,10 +33,7 @@ accept your pull requests. * Read [how to properly contribute to open source projects on Github][2]. * Fork the project. -* Install all dependencies including development requirements by running: - ``` sh - $ npm install -d - ``` +* Install all dependencies including development requirements by running: `$ npm install -d` * Use a topic/feature branch to easily amend a pull request later, if necessary. * Write [good commit messages][3]. * Use the same coding conventions as the rest of the project. @@ -49,10 +46,7 @@ accept your pull requests. have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. * Make sure the test suite is passing - * Tests are run using mocha. To run all tests just run: - ```sh - $ npm test - ``` + * Tests are run using mocha. To run all tests just run: `$ npm test` which looks for tests in the `test/` directory. * In addition, you must run the [google-api-nodejs-client][9] tests, which depend upon this library. Clone a copy of the @@ -61,10 +55,7 @@ your local copy of the google-auth-library-nodejs repo, and ensure that the client tests still pass. * Make sure the no new style offenses are added. Your code should honor the [Google JavaScript Style Guide][6]. - * At least make sure no jslint errors occur. This run using npm as follows: - ```sh - $ npm run lint - ``` + * At least make sure no jslint errors occur. This run using npm as follows: `$ npm run lint` * [Squash related commits together][5]. * Open a [pull request][4] that relates to *only* one subject with a clear title and description in grammatically correct, complete sentences. @@ -76,7 +67,7 @@ Here are a few examples: ``` * Obtains the instance email and key from gtoken ([@stephenplusplus][]) -* [#36](google/google-auth-library#36) Adds an implementation of IAM authorization ([@tbetbetbe][]) +* [#36](google/google-auth-library-nodejs#36) Adds an implementation of IAM authorization ([@tbetbetbe][]) ``` diff --git a/package.json b/package.json index 1fdfaa68..943a8b16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-auth-library", - "version": "0.9.5", + "version": "0.9.6", "author": "Google Inc.", "description": "Google APIs Authentication Client Library for Node.js", "contributors": [