Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Bump version to MINOR release 2.6.0
Browse files Browse the repository at this point in the history
Release Notes:

Features:
* Add ability to respond with an HTTP 401 Status Code
* Add support for other lambda formats
* Add more error handling for report state

Fixes:
* Fix unhandled exception in jwtClient.authorize

Other Changes:
* Upgrade to TypeScript 3
* Add package security audit to CI process
* Change typedoc theme
* Add source code links for Typedoc config
* Selectively install yarn version 1.13.0 for travis
* Upgrade ava and nyc to resolve yarn audit vulnerabilities

Change-Id: I42888e33f8cd94f9c1a21e9beb7285291ab49353
  • Loading branch information
Canain committed Feb 20, 2019
1 parent 5034ff0 commit 56a3d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Actions on Google Client Library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "2.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down

0 comments on commit 56a3d09

Please sign in to comment.