Skip to content

Commit 79925d0

Browse files
committed
version update
1 parent c150f37 commit 79925d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
7878

7979
## Release History
8080

81+
**v1.1.1**
82+
* support Grunt 1.0
83+
8184
**v1.1.0**
8285
* new feature: `access` option to only include comments with a given access level, out of `private`, `protected`, `public` and `undefined`
8386
* new feature: `order` option to include user-defined sorting

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-documentation",
33
"description": "Use Grunt with documentation to generate great documentation for your JavaScript projects.",
4-
"version": "1.0.1",
4+
"version": "1.1.1",
55
"homepage": "https://github.com/documentationjs/grunt-documentation",
66
"author": {
77
"name": "André Fiedler",

0 commit comments

Comments
 (0)