Skip to content

Commit

Permalink
Update dependencies and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 18, 2022
1 parent 76598a1 commit a88666d
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
- Added context to python snippet to properly support `behave`
- Added `ParameterType` support to the python language implementation. This is currently supported via [cuke4behave](http://gitlab.com/cuke4behave/cuke4behave)

## [1.1.1] - 2022-10-11
### Fixed
- (TypeScript) Fix bug in template literal recognition
Expand Down
134 changes: 108 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"vscode-languageserver-protocol": "3.17.2"
},
"dependencies": {
"@cucumber/gherkin-utils": "^8.0.0",
"@cucumber/language-service": "^1.1.1",
"@cucumber/gherkin-utils": "^8.0.1",
"@cucumber/language-service": "^1.2.0",
"fast-glob": "3.2.12",
"source-map-support": "0.5.21",
"vscode-languageserver": "8.0.2",
Expand Down

0 comments on commit a88666d

Please sign in to comment.