diff --git a/README.md b/README.md index 833d088..0f273be 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,11 @@ grunt.registerTask('default', ['lint', 'test', 'jsdoc']); Any contribution is welcome! Please check the [issues](https://github.com/krampstudio/grunt-jsdoc/issues). Do some unit/integration tests as far as possible. ## Release History - * _0.6.6_ fix failing test - * _0.6.5_ code refactoring, docstrap 0.5.3, PR [#120](https://github.com/krampstudio/grunt-jsdoc/pull/120), better path management - * _0.6.4_ upgrade to jsdoc 3.3.0 + * _0.6.0_ jsdoc 3.0.0 + * _0.6.4_ first stable using jsdoc 3.3.0 + * _0.6.5_ code refactoring, docstrap 0.5.3, PR [#120](https://github.com/krampstudio/grunt-jsdoc/pull/120), better path management + * _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.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)) diff --git a/package.json b/package.json index e15dc0a..2675a6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-jsdoc", "description": "Integrates jsdoc3 generation into your Grunt build", - "version": "0.6.6", + "version": "0.6.7", "homepage": "https://github.com/krampstudio/grunt-jsdoc", "author": { "name": "Bertrand Chevrier",