Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 24, 2017
1 parent fabb844 commit cfcd6df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.2.0] - 2017-12-24
### Added
- Added support of typehinting highlighting

Expand All @@ -23,5 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial stable release

[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.0.0...v1.1.0
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.1.0",
"version": "1.2.0",
"displayName": "Zephir for VSCode",
"title": "Zephir for VSCode",
"description": "Zephir Language support for VSCode",
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.1.0",
"version": "1.2.0",
"fileTypes": [
"zep"
],
Expand Down

0 comments on commit cfcd6df

Please sign in to comment.