Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit f5ca45b

Browse files
committed
Bumping minor version - 0.11.0
1 parent 72ae33e commit f5ca45b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.11.0 - Mar 11, 2019
4+
- [Feature] Added option to disable leading whitespace
5+
36
## 0.10.1 - Mar 3, 2019
47
- [Hotfix] Updating deps to get rid of security vulns.
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ Thanks to the following Contributors who have helped with this project in any wa
4242
* Mike Erickson ([@mikeerickson](https://github.com/mikeerickson)) (PRs, Issues)
4343
* Nigel Scott ([@Gruntfuggly](https://github.com/Gruntfuggly)) (Issues)
4444
* Nurbol Alpysbayev ([@anurbol](https://github.com/anurbol)) (Issues)
45+
* Roman Pavlov ([@romap0](https://github.com/romap0)) (PRs)
4546
* Sioxas ([@sioxas](https://github.com/Sioxas)) (Issues)
4647
* Thibault Malbranche ([@Titozzz](https://github.com/Titozzz)) (Issues)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-js-annotations",
33
"displayName": "JS Parameter Annotations",
44
"description": "Annotations for parameters in your JS / TS Files to mimic named parameters",
5-
"version": "0.10.1",
5+
"version": "0.11.0",
66
"publisher": "lannonbr",
77
"engines": {
88
"vscode": "^1.25.0"

0 commit comments

Comments
 (0)