Skip to content

Commit

Permalink
Prepare release v0.31.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.0.0
  • Loading branch information
aslakhellesoy committed Jul 14, 2022
1 parent b56bd81 commit 3781a3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.31.0] - 2022-07-14
### Added
- Basic Python Support via behave ([#69](https://github.com/cucumber/language-service/pull/69))

Expand Down Expand Up @@ -242,7 +244,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
([#1732](https://github.com/cucumber/common/pull/1732)
[aslakhellesoy](https://github.com/aslakhellesoy))

[Unreleased]: https://github.com/cucumber/language-service/compare/v0.30.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.31.0...HEAD
[0.31.0]: https://github.com/cucumber/language-service/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/cucumber/language-service/compare/v0.29.0...v0.30.0
[0.29.0]: https://github.com/cucumber/language-service/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/cucumber/language-service/compare/v0.27.0...v0.28.0
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-service",
"version": "0.30.0",
"version": "0.31.0",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 3781a3b

Please sign in to comment.