Skip to content

Commit f1ab495

Browse files
committed
Prepare release v1.3.0
Created-by: polyglot-release v1.2.0
1 parent 15078ff commit f1ab495

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.0] - 2022-11-28
1011
### Added
11-
1212
- Upgraded `cucumber-expressions`, with new `builtin` accessor on parameter types.
1313

1414
## [1.2.0] - 2022-11-18
@@ -287,7 +287,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
287287
([#1732](https://github.com/cucumber/common/pull/1732)
288288
[aslakhellesoy](https://github.com/aslakhellesoy))
289289

290-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.2.0...HEAD
290+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.3.0...HEAD
291+
[1.3.0]: https://github.com/cucumber/language-service/compare/v1.2.0...v1.3.0
291292
[1.2.0]: https://github.com/cucumber/language-service/compare/v1.1.1...v1.2.0
292293
[1.1.1]: https://github.com/cucumber/language-service/compare/v1.1.0...v1.1.1
293294
[1.1.0]: https://github.com/cucumber/language-service/compare/v1.0.1...v1.1.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.2.0",
3+
"version": "1.3.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)