Skip to content

Commit 572df8c

Browse files
committed
1.1.2: patch release
2 parents 7616de7 + 52f0fe9 commit 572df8c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ For more information [see node's core module `readline` documentation](https://n
5858
$ npm install --save-dev gulp-repl
5959
```
6060

61+
## Changelog
62+
63+
[v1.1.2][v1.1.2]:
64+
65+
- docs: add changelog
66+
- next_release: patch release
67+
- fix: `gulp.parallel` as task runner when `gulp.start` is undefined
68+
69+
[v1.1.1][v1.1.1]:
70+
71+
- fix: make the repl prompt after not found tasks
72+
- fix: line end matches
73+
74+
[v1.1.0][v1.1.0]:
75+
- manage multiple gulp instances
76+
6177
### license
6278

6379
The MIT License (MIT)
@@ -77,3 +93,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
7793
[b-build]: https://travis-ci.org/stringparser/gulp-repl.svg?branch=master
7894
[b-version]: http://img.shields.io/npm/v/gulp-repl.svg?style=flat-square
7995
[badge-downloads]: http://img.shields.io/npm/dm/gulp-repl.svg?style=flat-square
96+
97+
98+
[v1.1.2]: https://github.com/stringparser/gulp-repl/commit/6f4655ca1a667ca04d2a668a175055f9b4437d65
99+
[v1.1.1]: https://github.com/stringparser/gulp-repl/commit/6f4655ca1a667ca04d2a668a175055f9b4437d65
100+
[v1.1.0]: https://github.com/stringparser/gulp-repl/commit/71a2301233a92d68dbfd7e7a1493a38be72d0a0e

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-repl",
33
"author": "Javier Carrillo <stringparser@gmail.com>",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "MIT",
66
"repository": "https://github.com/stringparser/gulp-repl",
77
"description": "a simple repl for gulp",

0 commit comments

Comments
 (0)