Skip to content

Commit

Permalink
Prepare release v1.2.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.2.0
  • Loading branch information
aslakhellesoy committed Nov 18, 2022
1 parent a88666d commit b73fc14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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](http://semver.org/).

## [Unreleased]

## [1.2.0] - 2022-11-18
### Added
- Added context to python snippet to properly support `behave`
- Added `ParameterType` support to the python language implementation. This is currently supported via [cuke4behave](http://gitlab.com/cuke4behave/cuke4behave)
Expand Down Expand Up @@ -223,7 +224,8 @@ code is. The server uses this for auto complete and detecting defined steps.
### Added
- First release

[Unreleased]: https://github.com/cucumber/language-server/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/cucumber/language-server/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/cucumber/language-server/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/cucumber/language-server/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/cucumber/language-server/compare/v1.0.0...v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-server",
"version": "1.1.1",
"version": "1.2.0",
"description": "Cucumber Language Server",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit b73fc14

Please sign in to comment.