File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 1.6.2] - 2018-01-04
11+
12+ ### Fixed
13+ - Fixed highlighting for constants
14+
1015## [ 1.6.1] - 2018-01-03
1116
1217### Changed
@@ -91,7 +96,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9196### Added
9297 - Initial stable release
9398
94- [ Unreleased ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.6.1...HEAD
99+ [ Unreleased ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.6.2...HEAD
100+ [ 1.6.2 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.6.1...v1.6.2
95101[ 1.6.1 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.6.0...v1.6.1
96102[ 1.6.0 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.5.0...v1.6.0
97103[ 1.5.0 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.4.1...v1.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " zephir" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 1.6.2 " ,
44 "displayName" : " Zephir for VSCode" ,
55 "description" : " Zephir Language syntax highlighting and snippets for VSCode." ,
66 "author" : " Zephir Team" ,
Original file line number Diff line number Diff line change 77 ],
88 "name" : " Zephir" ,
99 "comment" : " Zephir Language support for VSCode" ,
10- "version" : " 1.6.1 " ,
10+ "version" : " 1.6.2 " ,
1111 "fileTypes" : [
1212 " zep"
1313 ],
You can’t perform that action at this time.
0 commit comments