Skip to content

Commit

Permalink
Merge pull request #1485 from gruntjs/rc2
Browse files Browse the repository at this point in the history
Adding 1.0.0 changelog, bumping version
  • Loading branch information
vladikoff committed Mar 20, 2016
2 parents f95c594 + 43a7b26 commit 93c6e13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.0.0
date: 2016-03-22
changes:
- full list of changes is on http://gruntjs.com, please also see changes from 1.0.0-rc1.
- if you have a Grunt plugin that includes `grunt` in the `peerDependencies`,
we recommend tagging with `"grunt": "">= 0.4.0"` and publishing a new version on npm.
- Prevent async callback from being called multiple times. Pull #1464.
- Update copyright to jQuery Foundation and remove redundant headers. Fixes #1478.
- Update glob to 7.0.x. Fixes #1467.
- Removing duplicate BOM strip code. Pull #1482.
v1.0.0-rc1
date: 2016-02-11
changes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt",
"description": "The JavaScript Task Runner",
"version": "1.0.0-rc1",
"version": "1.0.0",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"homepage": "http://gruntjs.com/",
"repository": "gruntjs/grunt",
Expand Down

0 comments on commit 93c6e13

Please sign in to comment.