Skip to content

Commit

Permalink
assistant/smarthome/local: bump to 1.4.0 and update changelog
Browse files Browse the repository at this point in the history
Bug: 172867515
Change-Id: Ibd935dd411ef15ef6660e92105610aaf023e1322
  • Loading branch information
proppy committed Nov 16, 2020
1 parent 0ff2f07 commit 704d0b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
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).

## [1.4.0] - 2020-11-16

### Added

- Support for local handling for the `QUERY` intent has been added.
- New options have been added to `DeviceManager.send`:
- `commandTimeout`
- `retries`
- `delayInMilliseconds`

### Changed

- The `devices` property of `RequestInterface` has been deprecated and replaced
with a new `DeviceManager.getRegisteredDevices` method with additional
properties for:
- `radioType`
- `scanData`

## [1.1.0] - 2020-07-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/local-home-sdk",
"version": "1.1.0",
"version": "1.4.0",
"description": "TypeScript type definitions for the Local Home SDK",
"license": "Apache-2.0",
"author": "Google",
Expand Down

0 comments on commit 704d0b3

Please sign in to comment.