From 059e7101b53d70ad55dfa7cf3cd19721281854cf Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Thu, 27 Jun 2019 12:39:03 -0700 Subject: [PATCH] Bump version to MINOR release 2.8.0 Features: * Add support for user verification * Add surface capability shortcut * Add otherDeviceIds to smart home sync response Change-Id: I29c59c301b8821f78735012fb88a53cf8cad6d09 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64b535cc..8b8b1b4e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Actions on Google Client Library for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", - "version": "2.7.1", + "version": "2.8.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {