Skip to content

Commit e31c850

Browse files
committed
Prepare release v1.1.1
Created-by: polyglot-release v1.1.0
1 parent 001e34f commit e31c850

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
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.1.1] - 2022-10-11
1011
### Fixed
1112
- (TypeScript) Fix bug in template literal recognition
1213

@@ -277,7 +278,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
277278
([#1732](https://github.com/cucumber/common/pull/1732)
278279
[aslakhellesoy](https://github.com/aslakhellesoy))
279280

280-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.1.0...HEAD
281+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.1.1...HEAD
282+
[1.1.1]: https://github.com/cucumber/language-service/compare/v1.1.0...v1.1.1
281283
[1.1.0]: https://github.com/cucumber/language-service/compare/v1.0.1...v1.1.0
282284
[1.0.1]: https://github.com/cucumber/language-service/compare/v1.0.0...v1.0.1
283285
[1.0.0]: https://github.com/cucumber/language-service/compare/v0.33.0...v1.0.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)