diff --git a/CHANGELOG.md b/CHANGELOG.md index d62f100..a461083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.6.1] - 2018-01-03 + ### Changed - Improved support of `typeof` operator - Improved support of `self`, `static` and `parent` highlighting @@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial stable release -[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...v1.4.1 diff --git a/package.json b/package.json index 0d0f3d6..4800b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zephir", - "version": "1.6.0", + "version": "1.6.1", "displayName": "Zephir for VSCode", "description": "Zephir Language syntax highlighting and snippets for VSCode.", "author": "Zephir Team", diff --git a/syntaxes/zephir.tmLanguage.json b/syntaxes/zephir.tmLanguage.json index cc0fbda..2fcd8f8 100644 --- a/syntaxes/zephir.tmLanguage.json +++ b/syntaxes/zephir.tmLanguage.json @@ -7,7 +7,7 @@ ], "name": "Zephir", "comment": "Zephir Language support for VSCode", - "version": "1.6.0", + "version": "1.6.1", "fileTypes": [ "zep" ],