Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Sep 26, 2015
1 parent 5b36463 commit b3aac64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Any contribution is welcome! Please check the [issues](https://github.com/kramps
* _0.6.6_ fix failing test
* _0.6.7_ Fix bug [#136](https://github.com/krampstudio/grunt-jsdoc/issues/136) and add more tests
* _0.6.8_ Fix bug [#140](https://github.com/krampstudio/grunt-jsdoc/issues/140), [#143](https://github.com/krampstudio/grunt-jsdoc/issues/143),
* _0.6.9_ Fix bug [#144](https://github.com/krampstudio/grunt-jsdoc/issues/144)
* _0.5.0_ Move to NPM dependencies instead of git, jsdoc 3.2.2 (Fix [#65](https://github.com/krampstudio/grunt-jsdoc/issues/65))
* _0.5.1_ Update repo name to prevent confusion with previous version
* _0.5.2_ Upgrade to Grunt 0.4.3 (PR [#74](https://github.com/krampstudio/grunt-jsdoc/pull/74))
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.6.8",
"version": "0.6.9",
"homepage": "https://github.com/krampstudio/grunt-jsdoc",
"author": {
"name": "Bertrand Chevrier",
Expand Down Expand Up @@ -33,14 +33,14 @@
},
"devDependencies": {
"grunt": "^0.4.3",
"ink-docstrap": "^0.5.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.0",
"load-grunt-tasks": "^3.2.0"
},
"dependencies": {
"jsdoc": "^3.3.0",
"ink-docstrap": "^0.5.2"
"jsdoc": "^3.3.2"
},
"peerDependencies": {
"grunt": "^0.4.0"
Expand Down

0 comments on commit b3aac64

Please sign in to comment.