Skip to content

Commit

Permalink
chore: release v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Sep 27, 2021
1 parent 6b1d833 commit 7ad9414
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]

## [0.0.16] - 2021-09-27
### Changed
- Updated parser to v0.0.22

Expand Down Expand Up @@ -76,7 +77,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/v0.0.15...HEAD
[Unreleased]: https://github.com/superfaceai/language-server/compare/v0.0.16...HEAD
[0.0.16]: https://github.com/superfaceai/language-server/compare/v0.0.15...v0.0.16
[0.0.15]: https://github.com/superfaceai/language-server/compare/v0.0.15-beta.0...v0.0.15
[0.0.15-beta.0]: https://github.com/superfaceai/language-server/compare/v0.0.14-beta.0...v0.0.15-beta.0
[0.0.14-beta.0]: https://github.com/superfaceai/language-server/compare/v0.0.13...v0.0.14-beta.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": "0.0.15",
"version": "0.0.16",
"author": "Superface Team",
"license": "MIT",
"main": "dist/server",
Expand Down

0 comments on commit 7ad9414

Please sign in to comment.