diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5f0a02..e6a1e89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.5.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.1...v2.5.2) (2019-04-24) + + +### Bug Fixes + +* update getDeviceId to check for optional device field ([#535](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/535)) ([884a904](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/884a904)), closes [#532](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/532) + + + + + ## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) diff --git a/ask-sdk-core/CHANGELOG.md b/ask-sdk-core/CHANGELOG.md index 540a46ad..b641beb2 100644 --- a/ask-sdk-core/CHANGELOG.md +++ b/ask-sdk-core/CHANGELOG.md @@ -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. +## [2.5.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.1...v2.5.2) (2019-04-24) + + +### Bug Fixes + +* update getDeviceId to check for optional device field ([#535](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/535)) ([884a904](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/884a904)), closes [#532](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/532) + + + + + ## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) diff --git a/ask-sdk-core/package.json b/ask-sdk-core/package.json index 096a82f2..5c68a750 100644 --- a/ask-sdk-core/package.json +++ b/ask-sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-core", - "version": "2.5.1", + "version": "2.5.2", "description": "Core package for Alexa Skills Kit SDK", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.md b/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.md index 2a4f0c2e..779399cd 100644 --- a/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.md +++ b/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.md @@ -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. +## [2.5.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.1...v2.5.2) (2019-04-24) + + +### Bug Fixes + +* update getDeviceId to check for optional device field ([#535](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/535)) ([884a904](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/884a904)), closes [#532](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/532) + + + + + ## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) **Note:** Version bump only for package ask-sdk-dynamodb-persistence-adapter diff --git a/ask-sdk-dynamodb-persistence-adapter/package.json b/ask-sdk-dynamodb-persistence-adapter/package.json index f25fbe5a..750e7ef6 100644 --- a/ask-sdk-dynamodb-persistence-adapter/package.json +++ b/ask-sdk-dynamodb-persistence-adapter/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-dynamodb-persistence-adapter", - "version": "2.5.1", + "version": "2.5.2", "description": "DynamoDB based implementation package of PersistenceAdapter interface in ASK SDK v2 for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -33,7 +33,7 @@ "@types/chai": "^4.1.2", "@types/mocha": "^5.0.0", "@types/node": "^9.6.1", - "ask-sdk-core": "^2.5.1", + "ask-sdk-core": "^2.5.2", "ask-sdk-model": "^1.9.0", "aws-sdk-mock": "^4.1.0", "chai": "^4.1.2", diff --git a/ask-sdk-s3-persistence-adapter/CHANGELOG.md b/ask-sdk-s3-persistence-adapter/CHANGELOG.md index b76d8541..74ee4fa9 100644 --- a/ask-sdk-s3-persistence-adapter/CHANGELOG.md +++ b/ask-sdk-s3-persistence-adapter/CHANGELOG.md @@ -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. +## [2.5.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.1...v2.5.2) (2019-04-24) + + +### Bug Fixes + +* update getDeviceId to check for optional device field ([#535](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/535)) ([884a904](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/884a904)), closes [#532](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/532) + + + + + ## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) **Note:** Version bump only for package ask-sdk-s3-persistence-adapter diff --git a/ask-sdk-s3-persistence-adapter/package.json b/ask-sdk-s3-persistence-adapter/package.json index 9d3ed0d6..e52e21c6 100644 --- a/ask-sdk-s3-persistence-adapter/package.json +++ b/ask-sdk-s3-persistence-adapter/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-s3-persistence-adapter", - "version": "2.5.1", + "version": "2.5.2", "description": "S3 based implementation package of PersistenceAdapter interface in ASK SDK v2 for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -29,7 +29,7 @@ "@types/chai": "^4.1.2", "@types/mocha": "^5.0.0", "@types/node": "^9.6.1", - "ask-sdk-core": "^2.5.1", + "ask-sdk-core": "^2.5.2", "ask-sdk-model": "^1.9.0", "aws-sdk-mock": "^4.1.0", "chai": "^4.1.2", diff --git a/ask-sdk-v1adapter/CHANGELOG.md b/ask-sdk-v1adapter/CHANGELOG.md index 544d9e75..e045ce9f 100644 --- a/ask-sdk-v1adapter/CHANGELOG.md +++ b/ask-sdk-v1adapter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.1...v2.5.2) (2019-04-24) + +**Note:** Version bump only for package ask-sdk-v1adapter + + + + + ## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) **Note:** Version bump only for package ask-sdk-v1adapter diff --git a/ask-sdk-v1adapter/package.json b/ask-sdk-v1adapter/package.json index cd976b98..a79d45ce 100644 --- a/ask-sdk-v1adapter/package.json +++ b/ask-sdk-v1adapter/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-v1adapter", - "version": "2.5.1", + "version": "2.5.2", "description": "Adapter from v1 Alexa Node.js SDK to v2", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,7 +36,7 @@ "@types/mocha": "^5.0.0", "@types/node": "^9.6.1", "@types/sinon": "^4.3.0", - "ask-sdk": "^2.5.1", + "ask-sdk": "^2.5.2", "chai": "^4.1.2", "del": "^3.0.0", "gulp": "^4.0.0", diff --git a/ask-sdk/CHANGELOG.md b/ask-sdk/CHANGELOG.md index 40e4cfce..d0cafef5 100644 --- a/ask-sdk/CHANGELOG.md +++ b/ask-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.1...v2.5.2) (2019-04-24) + +**Note:** Version bump only for package ask-sdk + + + + + ## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08) **Note:** Version bump only for package ask-sdk diff --git a/ask-sdk/package.json b/ask-sdk/package.json index c43397ac..3ff9c47a 100644 --- a/ask-sdk/package.json +++ b/ask-sdk/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk", - "version": "2.5.1", + "version": "2.5.2", "description": "Standard distribution package for Alexa Skills Kit SDK", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -24,8 +24,8 @@ "SDK" ], "dependencies": { - "ask-sdk-core": "^2.5.1", - "ask-sdk-dynamodb-persistence-adapter": "^2.5.1", + "ask-sdk-core": "^2.5.2", + "ask-sdk-dynamodb-persistence-adapter": "^2.5.2", "ask-sdk-model": "^1.9.0" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 6ae000d3..6d2b5239 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.5.1", + "version": "2.5.2", "packages": [ "ask-sdk", "ask-sdk-core",