Skip to content

Commit f000187

Browse files
committed
2.4.0 🎉
1 parent 074c69c commit f000187

File tree

4 files changed

+4619
-3
lines changed

4 files changed

+4619
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
#### 2.4.0
4+
* Lots of community fixes graceously assembled and merged by [KenEucker](https://github.com/KenEucker)
5+
36
#### 2.3.1
47
* Isolated include to solve some scoping issues that happens when running multiple includes in parallel.
58

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Enables functionality similar to that of snockets / sprockets or other file inse
1010
* Uses [globs](https://www.npmjs.com/package/glob) for simple path control
1111
* Works recursively (files can include files that can include files, and so on)
1212

13-
*Warning: if you are updating from 1.x.x to 2.x.x, please read this readme to get up to date on the behavior of `gulp-include`*
14-
1513
## Installation
1614
```shell
1715
npm install gulp-include

0 commit comments

Comments
 (0)