Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed May 3, 2022
1 parent ce3dcdb commit c65f0a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ If you'd like to contribute or simply wonder how this works, check out [CONTRIBU
</details>
</div>

#### 1.10.2
##### 2022-05-03
- Fix invalid range creation error, sometimes even resulting in the entire server to continuously crash

#### 1.10.1
##### 2022-04-29
- Fix type of standalone `@` while preserving autocomplete (no extra `.valueOf()` added - thanks to @STRd6) (#13, #2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IntelliSense for CoffeeScript based on its compiled JavaScript output",
"author": "phil294",
"license": "MIT",
"version": "1.10.1",
"version": "1.10.2",
"icon": "asset/logo.png",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coffeesense-language-server",
"description": "CoffeeSense Language Server",
"version": "1.10.1",
"version": "1.10.2",
"author": "phil294",
"license": "MIT",
"main": "dist/coffeesense-language-server.js",
Expand Down

0 comments on commit c65f0a0

Please sign in to comment.