-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7649b38
commit c3cea60
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="4.1.0"></a> | ||
# [4.1.0](https://github.com/klei/gulp-inject/compare/v4.0.0...v4.1.0) (2016-05-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* don't remove wanted whitespace when removing tags (closes [#177](https://github.com/klei/gulp-inject/issues/177)) ([8078cd9](https://github.com/klei/gulp-inject/commit/8078cd9)), closes [#177](https://github.com/klei/gulp-inject/issues/177) | ||
* don't use ES2015 syntax (closes [#171](https://github.com/klei/gulp-inject/issues/171)) ([68add8a](https://github.com/klei/gulp-inject/commit/68add8a)), closes [#171](https://github.com/klei/gulp-inject/issues/171) | ||
* making it possible to inject source map files into html (closes [#176](https://github.com/klei/gulp-inject/issues/176)) ([7649b38](https://github.com/klei/gulp-inject/commit/7649b38)), closes [#176](https://github.com/klei/gulp-inject/issues/176) | ||
* only log file count for files actually injected (closes [#184](https://github.com/klei/gulp-inject/issues/184)) ([b4fd0d6](https://github.com/klei/gulp-inject/commit/b4fd0d6)), closes [#184](https://github.com/klei/gulp-inject/issues/184) | ||
|
||
|
||
### Features | ||
|
||
* support pug templates (PR [#185](https://github.com/klei/gulp-inject/issues/185), closes [#181](https://github.com/klei/gulp-inject/issues/181)) ([195df4e](https://github.com/klei/gulp-inject/commit/195df4e)), closes [#181](https://github.com/klei/gulp-inject/issues/181) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters