Skip to content

Commit

Permalink
Release 1.0.0 (equal to 0.2.0, which should have been 1.0.0 by semver…
Browse files Browse the repository at this point in the history
… definition. Oops.)
  • Loading branch information
nickyout committed Nov 3, 2014
1 parent 6dbf317 commit 349392e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

> Define package, description, aliases and task dependencies in an object/file per grunt task.
*Version 0.2.x has a slightly different syntax compared to 0.1.x. I was getting tired to have to look up the format of a Gruntfile, so now the module makes it easier. Furthermore, I find that the builtin tasks are polluting the overview done by calling `grunt`, so I set them to invisible by default. For examples, you're reading the updated README.*
*Version 1.0.x has a slightly different syntax compared to 0.1.x. I was getting tired to have to look up the format of a Gruntfile, so now the module makes it easier. Furthermore, I find that the builtin tasks are polluting the overview done by calling `grunt`, so I set them to invisible by default. For examples, you're reading the updated README.*

This grunt configuration structure, like others, fetches its config from files. What I have not yet found so far is something that only loads the npm modules I need to run. Granted, grunt is fast after the first load, but I wanted grunt to always run as snappy as possible.

Expand Down Expand Up @@ -177,3 +177,5 @@ These tasks are added by default, and will automatically be overridden if you ch
## Release History
[__0.1.5__](https://github.com/nickyout/grunt-config-plus/releases/tag/0.1.5): Prerelease
[__0.2.0__](https://github.com/nickyout/grunt-config-plus/releases/tag/0.2.0): New notation, new defaults.
[__1.0.0__](https://github.com/nickyout/grunt-config-plus/releases/tag/1.0.0): Oops that means by semver definition a new major number.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "grunt-config-plus",
"version": "0.2.0",
"version": "1.0.0",
"description": "Define package, description, aliases and task dependencies in an object/file per grunt task.",
"main": "grunt-config-plus.js",
"scripts": {
Expand Down

0 comments on commit 349392e

Please sign in to comment.