Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Mar 18, 2016
1 parent 47d7f31 commit 431cc70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG
@@ -1,13 +1,13 @@
v1.0.0:
date: 2016-02-15
changes:
- Drop support for Node.js v0.8
- Grunt peer dependency tagged `>= 0.4.5`
- Dependency updates
- Drop support for Node.js v0.8.
- Grunt peer dependency tagged `>= 0.4.5`.
- Dependency updates.
v0.7.0:
date: 2015-11-13
changes:
- Dependency updates
- Dependency updates.
v0.6.0:
date: 2014-07-27
changes:
Expand All @@ -17,7 +17,7 @@ v0.5.0:
date: 2013-07-15
changes:
- Use rimraf directly, version 2.2.1 to fix issue on Windows.
- Add no-write option to mimic grunt.file.delete behavior.
- Add `no-write` option to mimic `grunt.file.delete` behavior.
v0.4.1:
date: 2013-04-16
changes:
Expand All @@ -35,13 +35,13 @@ v0.4.0rc5:
date: 2013-01-09
changes:
- Updating to work with grunt v0.4.0rc5.
- Switching to this.filesSrc api.
- Switching to `this.filesSrc` API.
v0.4.0a:
date: 2012-12-07
changes:
- Conversion to grunt v0.4 conventions.
- Remove node v0.6 and grunt v0.3 support.
- Add force option to bypass CWD check.
- Remove Node.js v0.6 and grunt v0.3 support.
- Add `force` option to bypass CWD check.
v0.3.0:
date: 2012-09-23
changes:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -144,20 +144,20 @@ clean: {

## Release History

* 2016-02-15   v1.0.0   Drop support for Node.js v0.8 Grunt peer dependency tagged `>= 0.4.5` Dependency updates
* 2015-11-13   v0.7.0   Dependency updates
* 2016-02-15   v1.0.0   Drop support for Node.js v0.8. Grunt peer dependency tagged `>= 0.4.5`. Dependency updates.
* 2015-11-13   v0.7.0   Dependency updates.
* 2014-07-27   v0.6.0   Less verbose output. README updates.
* 2013-07-15   v0.5.0   Use rimraf directly, version 2.2.1 to fix issue on Windows. Add no-write option to mimic grunt.file.delete behavior.
* 2013-07-15   v0.5.0   Use rimraf directly, version 2.2.1 to fix issue on Windows. Add `no-write` option to mimic `grunt.file.delete` behavior.
* 2013-04-16   v0.4.1   Check if file exists to avoid trying to delete a non-existent file.
* 2013-02-15   v0.4.0   First official release for Grunt 0.4.0.
* 2013-01-18   v0.4.0rc6   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
* 2013-01-09   v0.4.0rc5   Updating to work with grunt v0.4.0rc5. Switching to this.filesSrc api.
* 2012-12-07   v0.4.0a   Conversion to grunt v0.4 conventions. Remove node v0.6 and grunt v0.3 support. Add force option to bypass CWD check.
* 2013-01-09   v0.4.0rc5   Updating to work with grunt v0.4.0rc5. Switching to `this.filesSrc` API.
* 2012-12-07   v0.4.0a   Conversion to grunt v0.4 conventions. Remove Node.js v0.6 and grunt v0.3 support. Add `force` option to bypass CWD check.
* 2012-09-23   v0.3.0   Options no longer accepted from global config key.
* 2012-09-10   v0.2.0   Refactored from grunt-contrib into individual repo.

---

Task submitted by [Tim Branyen](http://tbranyen.com/)

*This file was generated on Fri Mar 04 2016 16:37:18.*
*This file was generated on Fri Mar 18 2016 18:47:13.*

0 comments on commit 431cc70

Please sign in to comment.