diff --git a/CHANGELOG.md b/CHANGELOG.md index 2518e89..7ec5997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ 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.7.0] ### Added - Add enableFullScreen to Canvas, allowing the canvas application to occupy the full screen, and not have a header at the top. +### Changed +- Enhanced reference docs with detailed comments and examples + ## [3.6.0] ### Added - Add timezone field to Device diff --git a/package.json b/package.json index 9246ff8..4384c10 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.6.0", + "version": "3.7.0", "license": "Apache-2.0", "author": "Google LLC", "engines": {