Skip to content

Commit 01d387f

Browse files
committed
Prepare release v1.1.0
Created-by: polyglot-release v1.1.0
1 parent 4564d01 commit 01d387f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0] - 2022-10-10
1011
### Added
1112
- Add support for [document symbols](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol) ([#98](https://github.com/cucumber/language-service/issues/98), [#106](https://github.com/cucumber/language-service/pull/106))
12-
- (Java) Recognise regexps with `(?i)`, with the caveat that the resulting JavaScript `RegExp` is *not* case insensitive ([#100](https://github.com/cucumber/language-service/issues/100), [#108](https://github.com/cucumber/language-service/pull/108))
13+
- (Java) Recognise regexps with `(?i)`, with the caveat that the resulting JavaScript `RegExp` is _not_ case insensitive ([#100](https://github.com/cucumber/language-service/issues/100), [#108](https://github.com/cucumber/language-service/pull/108))
1314
- (TypeScript) Add support for template literals without subsitutions. ([#101](https://github.com/cucumber/language-service/issues/101), [#107](https://github.com/cucumber/language-service/pull/107))
1415

1516
## [1.0.1] - 2022-10-10
16-
1717
### Fixed
1818
- Fix rust snippet fn name to lowercase ([#103](https://github.com/cucumber/language-service/issues/103), [#104](https://github.com/cucumber/language-service/pull/104))
1919

@@ -274,7 +274,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
274274
([#1732](https://github.com/cucumber/common/pull/1732)
275275
[aslakhellesoy](https://github.com/aslakhellesoy))
276276

277-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.0.1...HEAD
277+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.1.0...HEAD
278+
[1.1.0]: https://github.com/cucumber/language-service/compare/v1.0.1...v1.1.0
278279
[1.0.1]: https://github.com/cucumber/language-service/compare/v1.0.0...v1.0.1
279280
[1.0.0]: https://github.com/cucumber/language-service/compare/v0.33.0...v1.0.0
280281
[0.33.0]: https://github.com/cucumber/language-service/compare/v0.32.0...v0.33.0

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.0.1",
3+
"version": "1.1.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)