Skip to content

Commit f48f74f

Browse files
committed
chore(release): 0.9.0
1 parent a5f8c0b commit f48f74f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [0.9.0](https://github.com/alexa/ask-sdk-controls/compare/v0.8.0...v0.9.0) (2021-12-16)
6+
7+
8+
### Bug Fixes
9+
10+
* adding missing exports ([a5f8c0b](https://github.com/alexa/ask-sdk-controls/commit/a5f8c0bb6e169c7b3443e76420b269cff8451d93))
11+
* elicit preposition slot ([3a724c0](https://github.com/alexa/ask-sdk-controls/commit/3a724c06511163df8126e8177cc8c2acd6fa570e))
12+
* 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))
13+
514
## [0.8.0](https://github.com/alexa/ask-sdk-controls/compare/v0.7.0...v0.8.0) (2021-08-31)
615

716

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ask-sdk-controls",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Skill-building framework & library for Alexa SDK",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)