Skip to content

Commit

Permalink
chore(release): 2.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.16.0](v2.15.0...v2.16.0) (2022-03-28)

### Features

*  ...attributes autocomplete ([#365](#365)) ([7960626](7960626))
* fix test cases ([fed97aa](fed97aa))
  • Loading branch information
semantic-release-bot committed Mar 28, 2022
1 parent fed97aa commit a5f6c53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.16.0](https://github.com/lifeart/ember-language-server/compare/v2.15.0...v2.16.0) (2022-03-28)


### Features

* ...attributes autocomplete ([#365](https://github.com/lifeart/ember-language-server/issues/365)) ([7960626](https://github.com/lifeart/ember-language-server/commit/79606267e913ef59dd7a130c485373ea122ac313))
* fix test cases ([fed97aa](https://github.com/lifeart/ember-language-server/commit/fed97aa372f073d7bc16d0a26da3990d495037a5))

# [2.15.0](https://github.com/lifeart/ember-language-server/compare/v2.14.0...v2.15.0) (2022-02-26)


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.15.0",
"version": "2.16.0",
"contributors": [
"Aleksandr Kanunnikov <lifeart92@gmail.com>"
],
Expand Down Expand Up @@ -117,7 +117,7 @@
"test:worker-bundle": "npx http-server ."
},
"volta": {
"node": "14.19.0",
"node": "14.19.1",
"yarn": "1.22.4"
}
}

0 comments on commit a5f6c53

Please # to comment.