Skip to content

Commit a066ffc

Browse files
committed
Bump version
1 parent fae5cd2 commit a066ffc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

syntaxes/zephir.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
],

0 commit comments

Comments
 (0)