Skip to content

Commit 53bd23a

Browse files
author
SomaticIT
committed
Update version number
1 parent 3a8be24 commit 53bd23a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,7 @@ There 5 types of processors:
219219
* Avoid javascript errors when parsing unknown tags.
220220
* Add an `allowUnknownTags` option to ignore unknown tags without failing the task.
221221
* Allow to specify `attributes` on script and styles tags.
222-
* Allow http,https or // links to be processed as links.
222+
* Allow http, https or // links to be processed as links.
223223
* Automatically adapt generated `link` tag for less files.
224+
* 0.5.1
225+
* Fix issue in linefeed simplification

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-html-build",
33
"description": "Grunt HTML Builder - Appends scripts and styles, Removes debug parts, append html partials, Template options",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"homepage": "https://github.com/spatools/grunt-html-build.git",
66
"author": {
77
"name": "SPA Tools",

0 commit comments

Comments
 (0)