From e069502f4d179a9ee88a5466ba7cbfe47287fe75 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Mon, 15 Mar 2021 22:44:23 +0900 Subject: [PATCH] Bump version to MINOR version 2.14.0 Added: - Add CHANGELOG.md Changed: - Deprecate SmartHomeApp homegraph wrapper methods: use Google APIs Node.js Client bindings for Home Graph. Change-Id: Ibbfb08e2551b10b644fc2111fd8ce66736041605 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7847dd8..5669b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.14.0] ### Added - Add CHANGELOG.md @@ -299,7 +301,8 @@ Last feature release for v1. ## [1.2.0] - 2017-07-19 -[Unreleased]: https://github.com/actions-on-google/actions-on-google-nodejs/compare/v2.13.0...HEAD +[Unreleased]: https://github.com/actions-on-google/actions-on-google-nodejs/compare/v2.14.0...HEAD +[2.14.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.13.0...v2.14.0 [2.13.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.12.0...v2.13.0 [2.12.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.11.0...v2.12.0 [2.11.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.10.0...v2.11.0 diff --git a/package.json b/package.json index f030c81..c03f665 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.13.0", + "version": "2.14.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {