Skip to content

Commit 52f0fe9

Browse files
committed
docs: add changelog
1 parent 8024c81 commit 52f0fe9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
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

0 commit comments

Comments
 (0)