Skip to content

Commit

Permalink
chore(release): 2.29.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed May 30, 2023
1 parent 8e9743c commit 829b9ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.29.0](https://github.com/lifeart/ember-language-server/compare/v2.28.0...v2.29.0) (2023-05-30)


### Bug Fixes

* ci with floating-deps ([#409](https://github.com/lifeart/ember-language-server/issues/409)) ([a284fb9](https://github.com/lifeart/ember-language-server/commit/a284fb930ce50a145ade9de32e1984356fadccec))


### Features

* autocomplete on modifier event names ([#408](https://github.com/lifeart/ember-language-server/issues/408)) ([4e057f1](https://github.com/lifeart/ember-language-server/commit/4e057f13ad806a5637b83bc3adafbcb23a4cd4ed))
* bump glimmer syntax to 0.84.3 ([#407](https://github.com/lifeart/ember-language-server/issues/407)) ([0de7a2c](https://github.com/lifeart/ember-language-server/commit/0de7a2c376abbe0228ccf6977ac93d601b0f06d5))

# [2.28.0](https://github.com/lifeart/ember-language-server/compare/v2.27.0...v2.28.0) (2022-11-29)


Expand Down
4 changes: 2 additions & 2 deletions package.json
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]>"
],
Expand Down Expand Up @@ -124,7 +124,7 @@
"test:worker-bundle": "npx http-server ."
},
"volta": {
"node": "14.21.1",
"node": "14.21.3",
"yarn": "1.22.4"
}
}

0 comments on commit 829b9ae

Please sign in to comment.