Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freaz committed Nov 9, 2022
1 parent 9909a03 commit c0e3e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.1] - 2022-11-09
### Changed
- Updated parser to 2.0.0
- Updated vscode-languageserver to 8
Expand Down Expand Up @@ -93,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Language server implementation that uses superface parser to naively diagnose map files

[Unreleased]: https://github.com/superfaceai/language-server/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/superfaceai/language-server/compare/v1.1.1...HEAD
[v1.1.1]: https://github.com/superfaceai/language-server/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/superfaceai/language-server/compare/v1.0.1-beta.0...v1.1.0
[1.0.1-beta.0]: https://github.com/superfaceai/language-server/compare/v1.0.0...v1.0.1-beta.0
[1.0.0]: https://github.com/superfaceai/language-server/compare/v0.0.17...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@superfaceai/language-server",
"description": "Superface Language Server",
"repository": "https://github.com/superfaceai/language-server.git",
"version": "1.1.0",
"version": "1.1.1",
"author": "Superface Team",
"license": "MIT",
"main": "dist/server",
Expand Down

0 comments on commit c0e3e69

Please sign in to comment.