Skip to content

Commit c5cb634

Browse files
committed
Bumping version to 0.4.1 and publishing to npm.
1 parent 5a1a8f8 commit c5cb634

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
v0.4.1:
2+
date: 2013-03-13
3+
changes:
4+
- Fix path.join thrown errors with expandMapping rename. Closes gh-725.
5+
- Update copyright date to 2013. Closes gh-660.
6+
- Remove some side effects from manually requiring Grunt. Closes gh-605.
7+
- grunt.log: add formatting support and implicitly cast msg to a string. Closes gh-703.
8+
- Update js-yaml to version 2. Closes gh-683.
9+
- The grunt.util.spawn method now falls back to stdout when the `grunt` option is set. Closes gh-691.
10+
- Making --verbose "Files:" warnings less scary. Closes gh-657.
11+
- Fixing typo: the grunt.fatal method now defaults to FATAL_ERROR. Closes gh-656, gh-707.
12+
- Removed a duplicate line. Closes gh-702.
13+
- Gruntfile name should no longer be case sensitive. Closes gh-685.
14+
- The grunt.file.delete method warns and returns false if file doesn't exist. Closes gh-635, gh-714.
15+
- The grunt.package property is now resolved via require(). Closes gh-704.
16+
- The grunt.util.spawn method no longer breaks on multibyte stdio. Closes gh-710.
17+
- Fix "path.join arguments must be strings" error in file.expand/recurse when options.cwd is not set. Closes gh-722.
18+
- Adding a fairly relevant keyword to package.json (task).
19+
v0.4.0:
20+
date: 2013-02-18
21+
changes:
22+
- Initial release of 0.4.0.
23+
- See http://gruntjs.com/upgrading-from-0.3-to-0.4 for a list of changes / migration guide.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ Before you make an issue, please read our [Contributing](http://gruntjs.com/cont
1010
You can find the grunt team in [#grunt on irc.freenode.net](irc://irc.freenode.net/#grunt).
1111

1212
### Release History
13-
14-
* 2013-02-18 - v0.4.0 - Initial release of 0.4.0. See http://gruntjs.com/upgrading-from-0.3-to-0.4 for a list of changes / migration guide.
13+
See the [CHANGELOG](CHANGELOG).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt",
33
"description": "The JavaScript Task Runner",
4-
"version": "0.4.1a",
4+
"version": "0.4.1",
55
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
66
"homepage": "http://gruntjs.com/",
77
"repository": {

0 commit comments

Comments
 (0)