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

Commit e069502

Browse files
committed
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
1 parent 81158be commit e069502

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.14.0]
911
### Added
1012
- Add CHANGELOG.md
1113

@@ -299,7 +301,8 @@ Last feature release for v1.
299301

300302
## [1.2.0] - 2017-07-19
301303

302-
[Unreleased]: https://github.com/actions-on-google/actions-on-google-nodejs/compare/v2.13.0...HEAD
304+
[Unreleased]: https://github.com/actions-on-google/actions-on-google-nodejs/compare/v2.14.0...HEAD
305+
[2.14.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.13.0...v2.14.0
303306
[2.13.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.12.0...v2.13.0
304307
[2.12.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.11.0...v2.12.0
305308
[2.11.0]: https://github.com/actions-on-google/assistant-conversation-nodejs/compare/2.10.0...v2.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Actions on Google Client Library for Node.js",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
6-
"version": "2.13.0",
6+
"version": "2.14.0",
77
"license": "Apache-2.0",
88
"author": "Google Inc.",
99
"engines": {

0 commit comments

Comments
 (0)