diff --git a/CHANGELOG.md b/CHANGELOG.md index 445c07a..b08d13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.9.0](https://github.com/alexa/ask-sdk-controls/compare/v0.8.0...v0.9.0) (2021-12-16) + + +### Bug Fixes + +* adding missing exports ([a5f8c0b](https://github.com/alexa/ask-sdk-controls/commit/a5f8c0bb6e169c7b3443e76420b269cff8451d93)) +* elicit preposition slot ([3a724c0](https://github.com/alexa/ask-sdk-controls/commit/3a724c06511163df8126e8177cc8c2acd6fa570e)) +* modifying session behavior to enter idle state for screen output modality, exporting modality-related functions, and adding modifying default modality evaluators to correctly classify VectorGraphic and EditText touch events ([7ca6d0b](https://github.com/alexa/ask-sdk-controls/commit/7ca6d0b5d9a0dd51d57246ae72152f038c5a42c6)) + ## [0.8.0](https://github.com/alexa/ask-sdk-controls/compare/v0.7.0...v0.8.0) (2021-08-31) diff --git a/package-lock.json b/package-lock.json index 40b5c6c..a17801d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-controls", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b65bb3..bc83875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-controls", - "version": "0.8.0", + "version": "0.9.0", "description": "Skill-building framework & library for Alexa SDK", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",