diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b4ce8..ae990a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.8.1] +### Added +- Add missing home storage capability. + ## [3.8.0] ### Added - Add continueTtsDuringTouch to Canvas, which is used to continue TTS output when a user interacts with a Canvas element. diff --git a/package.json b/package.json index 3746a25..b3adb6a 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.8.0", + "version": "3.8.1", "license": "Apache-2.0", "author": "Google LLC", "engines": {