Skip to content

Commit 8e493cd

Browse files
committed
[imp] release v1.1.0
1 parent c9c0e6f commit 8e493cd

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to the "php-getters-setters" extension will be documented in
33

44
## [Unreleased]
55

6+
## [1.1.0] - 2017-02-19
7+
- Add multiple cursor support. Issue #4
8+
69
## [1.0.7] - 2017-02-19
710
- command not found on windows machines. #1
811

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ This extension contributes the following settings:
3838

3939
Relevant releases:
4040

41+
### 1.1.0
42+
* Added support for multiple cursor
43+
4144
### 1.0.5
4245
* Fixed `No property found` when switching between editors. Thanks for reporting Carlos Alfonso Pérez Rivera!
4346

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-php-getters-setters",
33
"displayName": "PHP Getters & Setters",
44
"description": "Create PHP getters and setters from class properties",
5-
"version": "1.0.7",
5+
"version": "1.1.0",
66
"publisher": "phproberto",
77
"author": "Roberto Segura <roberto@phproberto.com>",
88
"repository": {

0 commit comments

Comments
 (0)