diff --git a/CHANGELOG.md b/CHANGELOG.md index 77184c98..50458d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.8.0...v2.9.0) (2020-07-22) + + +### Bug Fixes + +* add chai as runtime dependency and add changelog ([dffba0f](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/dffba0f2ef2b0928ce90339586609507aea14209)) +* change return type to CustomSmapiClientBuilder to fix casting issue ([#625](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/625)) ([3243768](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/324376875a908dbc205e28abddabcbc7a945e168)) +* general fix on some typo and lint issues ([#633](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/633)) ([11ce407](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/11ce407b7c52f4365d9d92b4358c50c9885a8a73)) +* remove readme from api doc ([655f94f](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/655f94f35b6260703d9161bb5098f1f736166d07)) +* removing jsonpath dependency for ask-smapi-sdk([#624](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/624)) ([19c3cc1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/19c3cc11a51b66ba5fcfa0c90be4c8b2b396d9b0)) +* typo in readme for configure client code in ask-smapi-sdk ([#631](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/631)) ([10cf6d6](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/10cf6d615c5046825ee3bdc2edf524290212a597)) + + +### Features + +* add a defaultAttributes parameter in getPersistentAttributes ([#626](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/626)) ([5372544](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5372544892079994978ff317dc580b2d9c4d220c)) +* add ask-sdk-controls package ([fb7387c](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/fb7387cda25578102e3aee85c8a66655a7442f97)) +* add ask-sdk-local-debug package ([a7c22a9](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/a7c22a965362b3173ce123d8e67d0f8b424c3b15)) +* add support for custom lwa endpoint ([#617](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/617)) ([839f4ae](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/839f4ae3904bb538c5dbedd2fddbfdde5d6a2f66)) + + + + + # [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01) diff --git a/ask-sdk-core/CHANGELOG.md b/ask-sdk-core/CHANGELOG.md index 8f139ca8..b8f47277 100644 --- a/ask-sdk-core/CHANGELOG.md +++ b/ask-sdk-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.8.0...v2.9.0) (2020-07-22) + + +### Bug Fixes + +* general fix on some typo and lint issues ([#633](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/633)) ([11ce407](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/11ce407b7c52f4365d9d92b4358c50c9885a8a73)) + + +### Features + +* add a defaultAttributes parameter in getPersistentAttributes ([#626](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/626)) ([5372544](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5372544892079994978ff317dc580b2d9c4d220c)) + + + + + # [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01) diff --git a/ask-sdk-core/package.json b/ask-sdk-core/package.json index 711c00eb..2a1e81ea 100644 --- a/ask-sdk-core/package.json +++ b/ask-sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-core", - "version": "2.8.0", + "version": "2.9.0", "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 2412c2ee..33a4a6b8 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.9.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.8.0...v2.9.0) (2020-07-22) + + +### Bug Fixes + +* general fix on some typo and lint issues ([#633](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/633)) ([11ce407](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/11ce407b7c52f4365d9d92b4358c50c9885a8a73)) + + + + + # [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01) diff --git a/ask-sdk-dynamodb-persistence-adapter/package.json b/ask-sdk-dynamodb-persistence-adapter/package.json index 85a34fdf..a2afbaf0 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.8.0", + "version": "2.9.0", "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.8.0", + "ask-sdk-core": "^2.9.0", "ask-sdk-model": "^1.29.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 1165db0f..30abdda2 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.9.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.8.0...v2.9.0) (2020-07-22) + + +### Bug Fixes + +* general fix on some typo and lint issues ([#633](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/633)) ([11ce407](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/11ce407b7c52f4365d9d92b4358c50c9885a8a73)) + + + + + # [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01) diff --git a/ask-sdk-s3-persistence-adapter/package.json b/ask-sdk-s3-persistence-adapter/package.json index d09c06ec..11e35574 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.8.0", + "version": "2.9.0", "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.8.0", + "ask-sdk-core": "^2.9.0", "ask-sdk-model": "^1.29.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 c4ec8808..6c727b1d 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.9.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.8.0...v2.9.0) (2020-07-22) + +**Note:** Version bump only for package ask-sdk-v1adapter + + + + + # [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01) diff --git a/ask-sdk-v1adapter/package.json b/ask-sdk-v1adapter/package.json index 96590a5b..38439a81 100644 --- a/ask-sdk-v1adapter/package.json +++ b/ask-sdk-v1adapter/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk-v1adapter", - "version": "2.8.0", + "version": "2.9.0", "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": "^7.0.13", - "ask-sdk": "^2.8.0", + "ask-sdk": "^2.9.0", "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 566e7bf2..e8548b48 100644 --- a/ask-sdk/CHANGELOG.md +++ b/ask-sdk/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.9.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.8.0...v2.9.0) (2020-07-22) + + +### Bug Fixes + +* general fix on some typo and lint issues ([#633](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/633)) ([11ce407](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/11ce407b7c52f4365d9d92b4358c50c9885a8a73)) + + + + + # [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01) diff --git a/ask-sdk/package.json b/ask-sdk/package.json index a120222b..10dec5fe 100644 --- a/ask-sdk/package.json +++ b/ask-sdk/package.json @@ -1,6 +1,6 @@ { "name": "ask-sdk", - "version": "2.8.0", + "version": "2.9.0", "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.8.0", - "ask-sdk-dynamodb-persistence-adapter": "^2.8.0", + "ask-sdk-core": "^2.9.0", + "ask-sdk-dynamodb-persistence-adapter": "^2.9.0", "ask-sdk-model": "^1.29.0" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 5ab0f107..762b72f1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.8.0", + "version": "2.9.0", "packages": [ "ask-sdk", "ask-sdk-core",