diff --git a/CHANGELOG.md b/CHANGELOG.md index 343eacc..cfcca20 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.6.3](https://github.com/alexa/ask-sdk-controls/compare/v0.6.2...v0.6.3) (2021-08-03) + + +### Bug Fixes + +* exported i18Init function on ControlManager ([60897e3](https://github.com/alexa/ask-sdk-controls/commit/60897e3d358ae6c5dcff75f4bf9e030c1e9d44f1)) + ### [0.6.2](https://github.com/alexa/ask-sdk-controls/compare/v0.6.1...v0.6.2) (2021-07-29) diff --git a/package-lock.json b/package-lock.json index d368908..a640a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-controls", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25cdda2..476bc75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-controls", - "version": "0.6.2", + "version": "0.6.3", "description": "Skill-building framework & library for Alexa SDK", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",