Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Bump version to MINOR version 3.6.0
Browse files Browse the repository at this point in the history
Change-Id: I004db2d09a8c6605dcaa45500f54085a6b43ca42
  • Loading branch information
taycaldwell committed Apr 22, 2021
1 parent 5f48609 commit 4652ae1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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]

## [3.6.0]
### Added
- Add timezone field to Device

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 SDK Fulfillment Library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "3.5.0",
"version": "3.6.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/conversation/_test/conversation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function requestBuilder(handlerName: string, slots: Record<string, Schema.Slot>)
timeZone: {
id: 'America/New_York',
version: '2019a',
}
},
},
}
}
Expand Down

0 comments on commit 4652ae1

Please sign in to comment.