Skip to content

Commit

Permalink
v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Mar 23, 2023
1 parent 1acf6e5 commit b943891
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions 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](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.18.1] - 2023-03-23

### Fixed

- Fixed server crash when auto require imports is enabled and there is a type-asserted require present in the file (`require(location) :: any`)
Expand Down
4 changes: 2 additions & 2 deletions editors/code/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 editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sponsor": {
"url": "https://github.com/sponsors/JohnnyMorganz"
},
"version": "1.18.0",
"version": "1.18.1",
"engines": {
"vscode": "^1.67.0"
},
Expand Down

0 comments on commit b943891

Please sign in to comment.