File tree Expand file tree Collapse file tree 12 files changed +65
-11
lines changed
ask-sdk-dynamodb-persistence-adapter
ask-sdk-s3-persistence-adapter Expand file tree Collapse file tree 12 files changed +65
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.5.1] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1 ) (2019-03-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove response factory auto escape xml character behavior. ([ 31ce953] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/31ce953 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.5.0] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0 ) (2019-03-07)
7
18
8
19
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.5.1] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1 ) (2019-03-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove response factory auto escape xml character behavior. ([ 31ce953] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/31ce953 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.5.0] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0 ) (2019-03-07)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ask-sdk-core" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Core package for Alexa Skills Kit SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.5.1] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1 ) (2019-03-08)
7
+
8
+ ** Note:** Version bump only for package ask-sdk-dynamodb-persistence-adapter
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.5.0] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0 ) (2019-03-07)
7
15
8
16
** Note:** Version bump only for package ask-sdk-dynamodb-persistence-adapter
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ask-sdk-dynamodb-persistence-adapter" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " DynamoDB based implementation package of PersistenceAdapter interface in ASK SDK v2 for Node.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
33
33
"@types/chai" : " ^4.1.2" ,
34
34
"@types/mocha" : " ^5.0.0" ,
35
35
"@types/node" : " ^9.6.1" ,
36
- "ask-sdk-core" : " ^2.5.0 " ,
36
+ "ask-sdk-core" : " ^2.5.1 " ,
37
37
"ask-sdk-model" : " ^1.0.0" ,
38
38
"aws-sdk-mock" : " ^4.1.0" ,
39
39
"chai" : " ^4.1.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.5.1] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1 ) (2019-03-08)
7
+
8
+ ** Note:** Version bump only for package ask-sdk-s3-persistence-adapter
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.5.0] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0 ) (2019-03-07)
7
15
8
16
** Note:** Version bump only for package ask-sdk-s3-persistence-adapter
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ask-sdk-s3-persistence-adapter" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " S3 based implementation package of PersistenceAdapter interface in ASK SDK v2 for Node.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
29
29
"@types/chai" : " ^4.1.2" ,
30
30
"@types/mocha" : " ^5.0.0" ,
31
31
"@types/node" : " ^9.6.1" ,
32
- "ask-sdk-core" : " ^2.5.0 " ,
32
+ "ask-sdk-core" : " ^2.5.1 " ,
33
33
"ask-sdk-model" : " ^1.0.0" ,
34
34
"aws-sdk-mock" : " ^4.1.0" ,
35
35
"chai" : " ^4.1.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.5.1] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1 ) (2019-03-08)
7
+
8
+ ** Note:** Version bump only for package ask-sdk-v1adapter
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.5.0] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0 ) (2019-03-07)
7
15
8
16
** Note:** Version bump only for package ask-sdk-v1adapter
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ask-sdk-v1adapter" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Adapter from v1 Alexa Node.js SDK to v2" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
36
36
"@types/mocha" : " ^5.0.0" ,
37
37
"@types/node" : " ^9.6.1" ,
38
38
"@types/sinon" : " ^4.3.0" ,
39
- "ask-sdk" : " ^2.5.0 " ,
39
+ "ask-sdk" : " ^2.5.1 " ,
40
40
"chai" : " ^4.1.2" ,
41
41
"del" : " ^3.0.0" ,
42
42
"gulp" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.5.1] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1 ) (2019-03-08)
7
+
8
+ ** Note:** Version bump only for package ask-sdk
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.5.0] ( https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0 ) (2019-03-07)
7
15
8
16
You can’t perform that action at this time.
0 commit comments