Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Feb 8, 2017
1 parent 87f17d0 commit 7661fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "concurrently",
"version": "3.1.0",
"version": "3.2.0",
"description": "Run commands concurrently",
"main": "src/main.js",
"bin": {
Expand Down

4 comments on commit 7661fc4

@kentcdodds
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes me a tad nervous that you drop support for Node v0.12.x in a minor version bump. Was this an oversight or do you not follow semver?

@gustavohenke
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The builds weren't passing :(

@JuanCaicedo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think node v0.12 was dropped in v3.0.0. My reasoning is that it was removed from travis on Sept 19, 2016, and 3.0.0 was on Sept 26, 2016. I think that's because the breaking changes happened then.

v0.12 was added back to travis later, but I don't think the builds were passing.

I think @gustavohenke's changes are okay since they're just reflecting the current state of the repo 😃

@kentcdodds
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks for the clarification friends!

Please sign in to comment.