diff --git a/CHANGELOG.md b/CHANGELOG.md index f98425f..34ab3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.6.3] - 2019-09-27 +### Fixed +- Fixed links in the documentation + +### Changed +- Updated contact address +- Updated package category + ## [1.6.2] - 2018-01-04 ### Fixed @@ -96,7 +104,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.2...HEAD +[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.3...HEAD +[1.6.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.6.1...v1.6.2 [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 diff --git a/package.json b/package.json index 809c832..a9f27c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zephir", - "version": "1.6.2", + "version": "1.6.3", "displayName": "Zephir for VSCode", "description": "Zephir Language syntax highlighting and snippets for VSCode.", "author": "Zephir Team",