Skip to content

Commit

Permalink
chore(release): publish v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-sdk committed Jul 30, 2018
1 parent dcec7e6 commit 599443d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.8"></a>
## [2.0.8](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.0.7...v2.0.8) (2018-07-30)


### Bug Fixes

* CreateStateHandler incorrectly update function key ([dcec7e6](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/dcec7e6)), closes [#438](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/438)




<a name="2.0.7"></a>
## [2.0.7](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.0.6...v2.0.7) (2018-06-22)

Expand Down
11 changes: 11 additions & 0 deletions ask-sdk-v1adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.8"></a>
## [2.0.8](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.0.7...v2.0.8) (2018-07-30)


### Bug Fixes

* CreateStateHandler incorrectly update function key ([dcec7e6](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/dcec7e6)), closes [#438](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/438)




<a name="2.0.7"></a>
## [2.0.7](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.0.6...v2.0.7) (2018-06-22)

Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-v1adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-v1adapter",
"version": "2.0.7",
"version": "2.0.8",
"description": "Adapter from v1 Alexa Node.js SDK to v2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"ask-sdk-dynamodb-persistence-adapter",
"ask-sdk-v1adapter"
],
"version": "2.0.7"
"version": "2.0.8"
}

0 comments on commit 599443d

Please sign in to comment.