Skip to content

Commit

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

## [0.0.15] - 2021-08-06

## [0.0.15-beta.0] - 2021-08-05

## [0.0.14-beta.0] - 2021-08-05
Expand Down Expand Up @@ -71,7 +73,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-beta.0...HEAD
[Unreleased]: https://github.com/superfaceai/language-server/compare/v0.0.15...HEAD
[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
[0.0.13]: https://github.com/superfaceai/language-server/compare/v0.0.12...v0.0.13
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-beta.0",
"version": "0.0.15",
"author": "Superface Team",
"license": "MIT",
"main": "dist/server",
Expand Down

0 comments on commit 7dd938b

Please sign in to comment.