Skip to content

Commit 43c64f9

Browse files
committedJul 14, 2016
Fix typo in CHANGELOG.
[ci skip]
1 parent 1ca3675 commit 43c64f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ v0.1.3:
5252
v0.1.2:
5353
date: 2013-04-05
5454
changes:
55-
- Update html-minifier to vwhich fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
55+
- Update html-minifier which fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
5656
v0.1.1:
5757
date: 2013-02-18
5858
changes:

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ grunt.registerTask('default', ['htmlmin']);
7272
* 2014-05-05   v0.3.0   Drop Node.js 0.8 support. Updated html-minifier to v0.6.0.
7373
* 2014-02-09   v0.2.0   Rewrite task. Drop concat support.
7474
* 2013-04-06   v0.1.3   Fail target when minify encounters an error.
75-
* 2013-04-05   v0.1.2   Update html-minifier to vwhich fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
75+
* 2013-04-05   v0.1.2   Update html-minifier which fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
7676
* 2013-02-18   v0.1.1   First official release for Grunt 0.4.0.
7777
* 2013-01-30   v0.1.1rc7   Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
7878
* 2013-01-09   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching to `this.filesSrc` API.
@@ -82,4 +82,4 @@ grunt.registerTask('default', ['htmlmin']);
8282

8383
Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)
8484

85-
*This file was generated on Wed Jul 13 2016 09:05:04.*
85+
*This file was generated on Thu Jul 14 2016 10:35:27.*

0 commit comments

Comments
 (0)
Please sign in to comment.