Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Nov 29, 2015
1 parent 594c953 commit ac94c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ grunt.loadNpmTasks('grunt-jsdoc');

### Configuration

First, add the `jsdoc` entry to the options of the `initConfig` method of your Gruntfile.js :
First, add the `jsdoc` entry to the options of the `initConfig` method of your Gruntfile.js :

```javascript
grunt.initConfig({
Expand Down Expand Up @@ -115,6 +115,7 @@ Every contribution is more than welcomed. You can:
To be sure the issue comes from the Grunt plugin, you can check by comparing the results with a jsdoc command. Run the task with the `--debug` flag to retrieve the jsdoc command to run.

## Release History
* _1.1.0_ update to jsdoc 3.4.0 and make dest optional if a config file is set.
* _1.0.0_ remove direct dependency to docstrap
* _0.6.0_ jsdoc 3.0.0
* _0.6.4_ first stable using jsdoc 3.3.0
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-jsdoc",
"description": "Integrates jsdoc3 generation into your Grunt build",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/krampstudio/grunt-jsdoc",
"author": {
"name": "Bertrand Chevrier",
Expand Down

0 comments on commit ac94c7a

Please sign in to comment.