From 4652ae1fbbf603ba84d48ade531e85e50be8f6f5 Mon Sep 17 00:00:00 2001 From: Taylor Caldwell Date: Thu, 22 Apr 2021 16:45:38 -0600 Subject: [PATCH] Bump version to MINOR version 3.6.0 Change-Id: I004db2d09a8c6605dcaa45500f54085a6b43ca42 --- CHANGELOG.md | 2 ++ package.json | 2 +- src/conversation/_test/conversation.test.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d559a5..12747bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 8abb695..9246ff8 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/conversation/_test/conversation.test.ts b/src/conversation/_test/conversation.test.ts index 1abce03..f79dfd3 100644 --- a/src/conversation/_test/conversation.test.ts +++ b/src/conversation/_test/conversation.test.ts @@ -113,7 +113,7 @@ function requestBuilder(handlerName: string, slots: Record) timeZone: { id: 'America/New_York', version: '2019a', - } + }, }, } }