We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d2b34 commit 497a6c3Copy full SHA for 497a6c3
README.md
@@ -2,7 +2,7 @@
2
3
[](https://travis-ci.org/kimmobrunfeldt/concurrently)
4
5
-**Version: 2.1.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/2.0.0))
+**Version: 2.2.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/2.1.0))
6
7
Run multiple commands concurrently.
8
Like `npm run watch-js & npm run watch-less` but better.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "concurrently",
- "version": "2.1.0-dev",
+ "version": "2.2.0",
"description": "Run commands concurrently",
"main": "src/main.js",
"bin": {
0 commit comments