Skip to content

Commit c4860dd

Browse files
committed
Bump version
1 parent c5a97ed commit c4860dd

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.4.1] - 2017-12-28
11+
12+
### Changed
13+
- A large code cleanup regarding excessive or duplicate pattern matching
14+
15+
### Fixed
16+
- Fixed support for builtin function call highlighting
17+
1018
## [1.4.0] - 2017-12-27
1119

1220
### Added
@@ -52,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5260
### Added
5361
- Initial stable release
5462

55-
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...HEAD
63+
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.1...HEAD
64+
[1.4.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...v1.4.1
5665
[1.4.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.3...v1.4.0
5766
[1.3.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.2...v1.3.3
5867
[1.3.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zephir syntax support for VSCode
1+
# Zephir for VSCode
22

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

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

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

104104
---

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "zephir",
3-
"version": "1.4.0",
4-
"displayName": "Zephir",
5-
"title": "Zephir for VSCode",
3+
"version": "1.4.1",
4+
"displayName": "Zephir for VSCode",
65
"description": "Zephir Language syntax highlighting and snippets for VSCode.",
76
"author": "Zephir Team",
87
"contributors": [
9-
"Serghei Iakovlev [@klay]"
8+
{
9+
"name" : "Serghei Iakovlev",
10+
"email" : "serghei@phalconphp.com"
11+
}
1012
],
1113
"license": "SEE LICENSE IN LICENSE",
1214
"publisher": "zephir-lang",

0 commit comments

Comments
 (0)