forked from ember-tooling/ember-language-server
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.29.0](v2.28.0...v2.29.0) (2023-05-30) ### Bug Fixes * ci with floating-deps ([#409](#409)) ([a284fb9](a284fb9)) ### Features * autocomplete on modifier event names ([#408](#408)) ([4e057f1](4e057f1)) * bump glimmer syntax to 0.84.3 ([#407](#407)) ([0de7a2c](0de7a2c))
- Loading branch information
1 parent
8e9743c
commit 829b9ae
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lifeart/ember-language-server", | ||
"description": "A language server implementation for Ember.js projects.", | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"contributors": [ | ||
"Aleksandr Kanunnikov <[email protected]>" | ||
], | ||
|
@@ -124,7 +124,7 @@ | |
"test:worker-bundle": "npx http-server ." | ||
}, | ||
"volta": { | ||
"node": "14.21.1", | ||
"node": "14.21.3", | ||
"yarn": "1.22.4" | ||
} | ||
} |