Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 6, 2016
1 parent a94d82d commit 322a904
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

0.8.0 / 2016-01-06
==================

* bump socket.io to 1.4.0 for sec advisory
* add deploy to Azure Button
* build: Update builds to use gulp and babel6 (Fixes #122)
* adds instructions for deploying to Cloud Foundry
* redirect signed up users to Slack
* fix --path option parsing

0.7.3 / 2015-11-29
==================

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Read more about the [motivations and history](http://rauchg.com/slackin) behind

#### Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/rauchg/slackin/tree/0.7.3)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/rauchg/slackin/tree/0.8.0)

#### Azure

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": "slackin",
"version": "0.7.3",
"version": "0.8.0",
"description": "",
"dependencies": {
"babel-core": "6.3.26",
Expand Down

0 comments on commit 322a904

Please sign in to comment.