diff --git a/CHANGELOG.md b/CHANGELOG.md index cfcca20..aa3ea15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7.0](https://github.com/alexa/ask-sdk-controls/compare/v0.6.3...v0.7.0) (2021-08-20) + + +### Features + +* Add support for CanFulfillIntentRequest ([7587a46](https://github.com/alexa/ask-sdk-controls/commit/7587a460702a03dc8ccbb8dafb03f7635c9bb557)) + ### [0.6.3](https://github.com/alexa/ask-sdk-controls/compare/v0.6.2...v0.6.3) (2021-08-03) diff --git a/package-lock.json b/package-lock.json index a640a2f..7fa4a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-controls", - "version": "0.6.3", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 476bc75..c08d41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-controls", - "version": "0.6.3", + "version": "0.7.0", "description": "Skill-building framework & library for Alexa SDK", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",