Skip to content

Commit

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

## [Unreleased]

## [1.4.1] - 2017-12-28

### Changed
- A large code cleanup regarding excessive or duplicate pattern matching

### Fixed
- Fixed support for builtin function call highlighting

## [1.4.0] - 2017-12-27

### Added
Expand Down Expand Up @@ -52,7 +60,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.4.0...HEAD
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.3...v1.4.0
[1.3.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zephir syntax support for VSCode
# Zephir for VSCode

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Version](https://vsmarketplacebadge.apphb.com/version-short/zephir-lang.zephir.svg)](https://marketplace.visualstudio.com/items?itemName=zephir-lang.zephir)
Expand Down Expand Up @@ -98,7 +98,7 @@ If you would like to discuss an idea or need help or have other feedback you can

## License <sup>[](#zephir-syntax-support-for-vscode)</sup>

This project is open source software licensed under the MIT License.
The "Zephir for VSCode" is open source software licensed under the MIT License.
See the [LICENSE](https://github.com/zephir-lang/zephir-vscode/blob/master/LICENSE) file for more.

---
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "zephir",
"version": "1.4.0",
"displayName": "Zephir",
"title": "Zephir for VSCode",
"version": "1.4.1",
"displayName": "Zephir for VSCode",
"description": "Zephir Language syntax highlighting and snippets for VSCode.",
"author": "Zephir Team",
"contributors": [
"Serghei Iakovlev [@klay]"
{
"name" : "Serghei Iakovlev",
"email" : "[email protected]"
}
],
"license": "SEE LICENSE IN LICENSE",
"publisher": "zephir-lang",
Expand Down

0 comments on commit c4860dd

Please sign in to comment.