Skip to content

Commit

Permalink
Prepare release v1.5.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
kieran-ryan committed Mar 26, 2024
1 parent d7e84ca commit 3f2bafc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.5.0] - 2024-03-26
### Added
- Allow Javascript/Typescript glue files with the following file extensions: cjs, mjs, cts, mts - [#85](https://github.com/cucumber/language-server/pull/85)

### Fixed
- Fixed c-sharp glob paths for step definitions and feature files - [#89](https://github.com/cucumber/language-server/pull/89)
- Specify minimum supported node version ([#100](https://github.com/cucumber/language-server/pull/100))
- Fixed the issue preventing standalone operation outside of VS Code - [#74](https://github.com/cucumber/language-server/pull/74)

### Added
- Allow Javascript/Typescript glue files with the following file extensions: cjs, mjs, cts, mts - [#85](https://github.com/cucumber/language-server/pull/85)

## [1.4.0] - 2022-12-08
### Added
- Added support for JavaScript - [#42](https://github.com/cucumber/language-service/issues/42), [#115](https://github.com/cucumber/language-service/pull/115), [#120](https://github.com/cucumber/language-service/pull/120)
Expand Down Expand Up @@ -243,7 +244,8 @@ code is. The server uses this for auto complete and detecting defined steps.
### Added
- First release

[Unreleased]: https://github.com/cucumber/language-server/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/cucumber/language-server/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/cucumber/language-server/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/cucumber/language-server/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/cucumber/language-server/compare/v1.1.1...v1.2.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-server",
"version": "1.4.0",
"version": "1.5.0",
"description": "Cucumber Language Server",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 3f2bafc

Please sign in to comment.