Skip to content

Commit 5ccc498

Browse files
committed
Prepare release v1.2.0
Created-by: polyglot-release v1.2.0
1 parent f8d1877 commit 5ccc498

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2022-11-18
1011
### Added
1112
- Added context to python snippet to properly support `behave`
1213
- Added `ParameterType` support to the python language implementation. This is currently supported via [cuke4behave](http://gitlab.com/cuke4behave/cuke4behave)
@@ -282,7 +283,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
282283
([#1732](https://github.com/cucumber/common/pull/1732)
283284
[aslakhellesoy](https://github.com/aslakhellesoy))
284285

285-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.1.1...HEAD
286+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.2.0...HEAD
287+
[1.2.0]: https://github.com/cucumber/language-service/compare/v1.1.1...v1.2.0
286288
[1.1.1]: https://github.com/cucumber/language-service/compare/v1.1.0...v1.1.1
287289
[1.1.0]: https://github.com/cucumber/language-service/compare/v1.0.1...v1.1.0
288290
[1.0.1]: https://github.com/cucumber/language-service/compare/v1.0.0...v1.0.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)