diff --git a/README.md b/README.md index 11d45c7..038a172 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,4 @@ Alternatively, use the keyboard shortcut `CTRL`+`Alt`+`A` on Windows, or `⌘`+` This will create a JSDoc like annotation according to the function signature. It will add ```@private``` if the function starts with an underscore. It will create a ```@param``` for each parameter. -Known issues -===== -No ```@return``` is generated since the extension only looks at the function signature to generate the annotation, not its body. diff --git a/package.json b/package.json index dac3dd8..8d8e417 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "Annotate", "description": "Generates JSDoc annotations for your functions.", "homepage": "https://github.com/davidderaedt/annotate-extension", - "version": "1.0.0", + "version": "1.1.0", "author": "David Deraedt (http://www.dehats.com)", "license": "MIT", "engines": {