Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 1, 2015
1 parent e68a5c2 commit 820aaa1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.2.3 / 2015-02-01
==================

* fixed heroku button

0.2.2 / 2015-01-30
==================

Expand Down
8 changes: 7 additions & 1 deletion bin/slackin
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#!/usr/bin/env node

// es6 runtime requirements
// we do this in addition to the polyfill
// required in lib/index to support `git clone`
// based installations (eg: heroku deploy)
require('6to5/register');

var pkg = require('../package');
var program = require('commander');
var slackin = require('../node');
var slackin = require('../lib');

program
.version(pkg.version)
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.2.2",
"version": "0.2.3",
"description": "",
"dependencies": {
"body-parser": "1.10.2",
Expand Down

0 comments on commit 820aaa1

Please sign in to comment.