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 version 2.14.0
Browse files Browse the repository at this point in the history
Added:
- Add CHANGELOG.md

Changed:
- Deprecate SmartHomeApp homegraph wrapper methods: use Google APIs Node.js
  Client bindings for Home Graph.

Change-Id: Ibbfb08e2551b10b644fc2111fd8ce66736041605
  • Loading branch information
proppy committed Apr 23, 2021
1 parent 81158be commit e069502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
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.13.0",
"version": "2.14.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down

0 comments on commit e069502

Please sign in to comment.