Releases: alexa/ask-cli
Releases · alexa/ask-cli
v2.30.7
What's Changed
- Hosted Skills default python version upgrade to Python3.8 by @skrotha in #501
- "Fix Grammatical Error in Error Message: 'Please deploy you skill project first' -> 'Please deploy your skill project first'" by @bruceowenga in #502
- chore(release): 2.30.7 by @spkai in #503
New Contributors
- @skrotha made their first contribution in #501
- @bruceowenga made their first contribution in #502
- @spkai made their first contribution in #503
Full Changelog: v2.30.6...v2.30.7
V2.30.6
v2.30.5
v2.30.4
V2.30.2
v2.30.1
What's Changed
- fix: Local Credential Hijacking fix
- chore: improving a comment to refer to an issue
- chore: Increasing version to 2.30.1
Full Changelog: v2.30.0...v2.30.1
v2.30.0
What's Changed
- feat: add proxy support for smapi commands #434 by @doiron in #465
- chore(deps): bump minimist and @stoplight/prism-cli by @dependabot in #469
- chore: fixed failing cleanup scripts and converted them to ts by @doiron in #471
- chore(release): 2.30.0 by @doiron in #472
Full Changelog: v2.29.2...v2.30.0
v2.29.2
What's Changed
- fix: #455 latest code was not waiting for nodemon by @doiron in #456
- Fix for Integration Tests by @doiron in #461
- chore(deps): bump xml2js from 0.4.19 to 0.5.0 by @dependabot in #453
- chore(deps): bump got and npm-check-updates by @dependabot in #450
- chore: migrate to aws-sdk v3 by @jsetton in #452
- fix: default region not getting set correctly by @doiron in #462
- chore: bump ask-smapi-model to v1.23.0 by @jsetton in #460
- chore(release): 2.29.2 by @doiron in #464
New Contributors
- @tydonelson made their first contribution in #454
Full Changelog: v2.29.1...v2.29.2
v2.29.1
v2.29.0
ASK CLI release v2.29.0.
What's Changed
ask deploy
command now prints the skill id and import id early while deploying.- Added support for Alexa Conversations skill deployment and samples.
- while running
ask new
you can select "Alexa Conversations" to view the skill sample templates. - you can now use ask deploy to deploy your Alexa Conversations skills.
- support for skills that are composed of both Interaction Model and Alexa Converstations dialog managers.
- while running
- Multiple bug fixes