Skip to content

Releases: alexa/ask-cli

v2.30.7

07 Feb 19:11
a3866d3
Compare
Choose a tag to compare

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

Full Changelog: v2.30.6...v2.30.7

V2.30.6

11 Dec 21:47
d2e048a
Compare
Choose a tag to compare

What's Changed

  • add ASK_FORCE_ENABLE to allow skipping domain validation during enablement (487f8db)
  • display message property for all error instance types (a0d2f19)
  • use npm registry https url (9e92ee5)

Full Changelog: v2.30.5...v2.30.6

v2.30.5

09 Aug 18:33
cd44f72
Compare
Choose a tag to compare

What's Changed

  • deploy skill package when icon uri path relative to its asset files (#487) (4b6ac2f)
  • display warning object message correctly (#488) (abbdc57)
  • skill-id option for legacy skills not supported (#489) (3a71908)

Full Changelog: v2.30.4...v2.30.5

v2.30.4

06 Jul 20:07
Compare
Choose a tag to compare

What's Changed

  • fix: Local Credential Hijacking fix (part 2) #475 (e096f42)

Full Changelog: v2.30.3...v2.30.4

V2.30.2

22 Jun 22:43
cb2ced1
Compare
Choose a tag to compare

What's Changed

  • fix: prevent errors to be displayed as [Error]: [object Object] by @doiron in #478

Full Changelog: v2.30.1...v2.30.2

v2.30.1

14 Jun 19:17
Compare
Choose a tag to compare

v2.30.0

22 May 19:07
aaeee37
Compare
Choose a tag to compare

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

20 Apr 20:33
66f1bc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.29.1...v2.29.2

v2.29.1

31 Mar 19:31
4aac826
Compare
Choose a tag to compare

ASK CLI v2.29.1 release

What's changed

  • fixing the release script to include the dist folder

v2.29.0

31 Mar 18:43
4b1a731
Compare
Choose a tag to compare

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.
  • Multiple bug fixes