Skip to content

Commit af10f20

Browse files
committed
Bump version
1 parent a37bf11 commit af10f20

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.6.3] - 2019-09-27
11+
### Fixed
12+
- Fixed links in the documentation
13+
14+
### Changed
15+
- Updated contact address
16+
- Updated package category
17+
1018
## [1.6.2] - 2018-01-04
1119

1220
### Fixed
@@ -96,7 +104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
96104
### Added
97105
- Initial stable release
98106

99-
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.2...HEAD
107+
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.3...HEAD
108+
[1.6.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.2...v1.6.3
100109
[1.6.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.1...v1.6.2
101110
[1.6.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.0...v1.6.1
102111
[1.6.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.5.0...v1.6.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zephir",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"displayName": "Zephir for VSCode",
55
"description": "Zephir Language syntax highlighting and snippets for VSCode.",
66
"author": "Zephir Team",

0 commit comments

Comments
 (0)