Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 3, 2018
1 parent 037ee69 commit 03d7d0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/zephir.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"name": "Zephir",
"comment": "Zephir Language support for VSCode",
"version": "1.6.0",
"version": "1.6.1",
"fileTypes": [
"zep"
],
Expand Down

0 comments on commit 03d7d0a

Please sign in to comment.