Skip to content

Commit

Permalink
Preparing for release, 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Aug 12, 2017
1 parent e3b966d commit 8b41d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## Changelog

### 4.1.0 (Next)
### 4.1.0 (August 12, 2017)
* [#265](https://github.com/alexa-js/alexa-app/pull/265): Added support for Display.ElementSelected - [@jstreb](https://github.com/jstreb)
* [#97](https://github.com/alexa-js/alexa-app/pull/97): Added support for custom directives - [@ajcrites](https://github.com/ajcrites).
* [#248](https://github.com/alexa-js/alexa-app/pull/248): Add support for intent and slot `confirmationStatus` - [@sbonami](https://github.com/sbonami).
* [#250](https://github.com/alexa-js/alexa-app/pull/250): Add support for handling and/or delegating Dialog - [@sbonami](https://github.com/sbonami).
* [#258](https://github.com/alexa-js/alexa-app/pull/258): Fix ability to edit request.type() in app.pre - [@samueljr](https://github.com/samueljr).
* [#266](https://github.com/alexa-js/alexa-app/pull/266): Add TypeScript definitions - [@lazerwalker](https://github.com/lazerwalker).
* Your contribution here

### 4.0.1 (May 17, 2017)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A Node module to simplify the development of Alexa skills (applications.)

## Stable Release

You're reading the documentation for the next release of alexa-app, which should be 4.1.0. Please see [CHANGELOG](CHANGELOG.md) and make sure to read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.1](https://github.com/alexa-js/alexa-app/tree/v4.0.1).
You're reading the documentation for the stable release of alexa-app, 4.1.0.

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexa-app",
"version": "4.1.0-beta",
"version": "4.1.0",
"description": "A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js",
"main": "index.js",
"types": "types",
Expand Down

0 comments on commit 8b41d13

Please sign in to comment.