Skip to content

Commit

Permalink
prepare 5.2.0 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Mar 22, 2024
1 parent a134f30 commit cea0226
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@


5.2.0 / 2024-03-22
================
* Added `HTMLFormatConfiguration.templating` now also take a list of template languages.

5.1.0 / 2022-09-11
================
* Added `LanguageService.findDocumentSymbols2`. Returns the symbols found in a document as `DocumentSymbol[]`.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-html-languageservice",
"version": "5.1.2",
"version": "5.2.0",
"description": "Language service for HTML",
"main": "./lib/umd/htmlLanguageService.js",
"typings": "./lib/umd/htmlLanguageService",
Expand All @@ -17,12 +17,12 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vscode/web-custom-data": "^0.4.9",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"js-beautify": "^1.15.1",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit cea0226

Please sign in to comment.