Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Feb 11, 2022
1 parent 5dabce8 commit 5aca88e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-02-11
### Changed
- Updated parser to 1.1.0

Expand Down Expand Up @@ -88,7 +89,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.0.1-beta.0...HEAD
[Unreleased]: https://github.com/superfaceai/language-server/compare/v1.1.0...HEAD
[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
[0.0.17]: https://github.com/superfaceai/language-server/compare/v0.0.16...v0.0.17
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.0.1-beta.0",
"version": "1.1.0",
"author": "Superface Team",
"license": "MIT",
"main": "dist/server",
Expand Down

0 comments on commit 5aca88e

Please sign in to comment.