diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e47d0a9..b1fb46db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning][semver]. ### Changed +### Fixed + +## [0.11.3] - 11/06/2021 + +### Added + +### Changed + - Update json-example to include an example semantic tokens method ([204]) ### Fixed @@ -300,7 +308,8 @@ and this project adheres to [Semantic Versioning][semver]. [keepachangelog]: https://keepachangelog.com/en/1.0.0/ [semver]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.11.2...HEAD +[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.11.3...HEAD +[0.11.3]: https://github.com/openlawlibrary/pygls/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/openlawlibrary/pygls/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/openlawlibrary/pygls/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/openlawlibrary/pygls/compare/v0.10.3...v0.11.0 diff --git a/examples/json-extension/package-lock.json b/examples/json-extension/package-lock.json index 6b2974ab..7519e6d3 100644 --- a/examples/json-extension/package-lock.json +++ b/examples/json-extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "json-extension", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/json-extension/package.json b/examples/json-extension/package.json index 56bbe42b..3ce5b77c 100644 --- a/examples/json-extension/package.json +++ b/examples/json-extension/package.json @@ -4,7 +4,7 @@ "author": "Open Law Library", "repository": "https://github.com/openlawlibrary/pygls", "license": "Apache-2.0", - "version": "0.11.2", + "version": "0.11.3", "publisher": "openlawlibrary", "engines": { "vscode": "^1.62.0"