Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Feb 9, 2023
1 parent 448fe6f commit bd43c3f
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2023-02-09

## [1.1.2-beta.0] - 2023-02-09
### Changed
- Updated Parser to 2.1.0 to support `None` in examples
Expand Down Expand Up @@ -99,7 +101,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.2-beta.0...HEAD
[Unreleased]: https://github.com/superfaceai/language-server/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/superfaceai/language-server/compare/v1.1.2-beta.0...v1.1.2
[1.1.2-beta.0]: https://github.com/superfaceai/language-server/compare/v1.1.1...v1.1.2-beta.0
[1.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
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.2-beta.0",
"version": "1.1.2",
"author": "Superface Team",
"license": "MIT",
"main": "dist/server",
Expand Down

0 comments on commit bd43c3f

Please sign in to comment.