Skip to content

Commit 4ddfcf4

Browse files
committed
chore(release): 4.2.1
1 parent 00c43dc commit 4ddfcf4

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="4.2.1"></a>
6+
## [4.2.1](https://github.com/klei/gulp-inject/compare/v4.2.0...v4.2.1) (2017-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **endtag:** use correct default for endtag ([#228](https://github.com/klei/gulp-inject/issues/228)) ([687bfdf](https://github.com/klei/gulp-inject/commit/687bfdf)), closes [#224](https://github.com/klei/gulp-inject/issues/224)
12+
13+
14+
515
<a name="4.2.0"></a>
616
# [4.2.0](https://github.com/klei/gulp-inject/compare/v4.1.0...v4.2.0) (2016-12-20)
717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-inject",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
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)