Skip to content

Commit c3cea60

Browse files
committed
chore(release): 4.1.0
1 parent 7649b38 commit c3cea60

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="4.1.0"></a>
6+
# [4.1.0](https://github.com/klei/gulp-inject/compare/v4.0.0...v4.1.0) (2016-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* 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)
12+
* 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)
13+
* 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)
14+
* 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)
15+
16+
17+
### Features
18+
19+
* 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)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-inject",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html",
55
"keywords": [
66
"gulpplugin",
@@ -60,4 +60,4 @@
6060
]
6161
}
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)