Skip to content

Commit

Permalink
Merge pull request #28 from dblock/alexa-js
Browse files Browse the repository at this point in the history
Moved to the alexa-js organization.
  • Loading branch information
dblock committed Jan 11, 2017
2 parents 4f1710a + b618ac7 commit a74ea57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,10 @@

### 2.3.2 (Next)

* [#23](https://github.com/matt-kruse/alexa-app-server/pull/23): Added `server.stop()` - [@dblock](https://github.com/dblock).
* [#23](https://github.com/matt-kruse/alexa-app-server/pull/23): Added LICENSE - [@dblock](https://github.com/dblock).
* [#23](https://github.com/matt-kruse/alexa-app-server/pull/23): Added tests - [@dblock](https://github.com/dblock).
* [#28](https://github.com/alexa-js/alexa-app-server/pull/28): Moved to the [alexa-js organization](https://github.com/alexa-js) - [@dblock](https://github.com/dblock).
* [#23](https://github.com/alexa-js/alexa-app-server/pull/23): Added `server.stop()` - [@dblock](https://github.com/dblock).
* [#23](https://github.com/alexa-js/alexa-app-server/pull/23): Added LICENSE - [@dblock](https://github.com/dblock).
* [#23](https://github.com/alexa-js/alexa-app-server/pull/23): Added tests - [@dblock](https://github.com/dblock).
* Your contribution here.

### 2.3.1 (Dec 3, 2016)
Expand All @@ -13,12 +14,12 @@

### 2.3.0 (Nov 28, 2016)

* [#2](https://github.com/matt-kruse/alexa-app-server/pull/2): Added view for custom slot types - [@rickwargo](https://github.com/rickwargo).
* [#14](https://github.com/matt-kruse/alexa-app-server/pull/2): Added support for alexa-verifier - [@TomMettam](https://github.com/TomMettam).
* [#2](https://github.com/alexa-js/alexa-app-server/pull/2): Added view for custom slot types - [@rickwargo](https://github.com/rickwargo).
* [#14](https://github.com/alexa-js/alexa-app-server/pull/2): Added support for alexa-verifier - [@TomMettam](https://github.com/TomMettam).

### 2.2.4 (Sep 13, 2015)

* [#1](https://github.com/matt-kruse/alexa-app-server/pull/1): Added HTTPS Support - [@parisbutterfield](https://github.com/parisbutterfield).
* [#1](https://github.com/alexa-js/alexa-app-server/pull/1): Added HTTPS Support - [@parisbutterfield](https://github.com/parisbutterfield).

### 2.2.3 (Aug 19, 2015)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
An Alexa App (Skill) Server module using Node.js and the [alexa-app](https://www.npmjs.com/package/alexa-app) module.

[![NPM](https://img.shields.io/npm/v/alexa-app-server.svg)](https://www.npmjs.com/package/alexa-app-server/)
[![Build Status](https://travis-ci.org/matt-kruse/alexa-app-server.svg?branch=master)](https://travis-ci.org/matt-kruse/alexa-app-server)
[![Build Status](https://travis-ci.org/alexa-js/alexa-app-server.svg?branch=master)](https://travis-ci.org/alexa-js/alexa-app-server)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,10 +6,10 @@
"author": "Matt Kruse",
"repository": {
"type": "git",
"url": "https://github.com/matt-kruse/alexa-app-server.git"
"url": "https://github.com/alexa-js/alexa-app-server.git"
},
"bugs": {
"url": "https://github.com/matt-kruse/alexa-app-server/issues"
"url": "https://github.com/alexa-js/alexa-app-server/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
Expand Down

0 comments on commit a74ea57

Please sign in to comment.