Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Nov 5, 2021
1 parent 7294575 commit df8cd20
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.0.0] - 2021-11-05
### Changed
- Updated parser to 1.0.0

Expand Down Expand Up @@ -81,7 +83,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.17...HEAD
[Unreleased]: https://github.com/superfaceai/language-server/compare/v1.0.0...HEAD
[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
[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
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.17",
"version": "1.0.0",
"author": "Superface Team",
"license": "MIT",
"main": "dist/server",
Expand Down

0 comments on commit df8cd20

Please sign in to comment.