Skip to content

Commit

Permalink
chore(release): NO-JIRA vscode-extension/v1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-11-22)

### Documentation

* NO-JIRA update LS docs ([#567](#567)) ([1ae8c82](1ae8c82))

### Features

* DLT-1812 language server - initial implementation ([#551](#551)) ([189d40c](189d40c))
* DLT-2192 lsp-hover-provider ([#563](#563)) ([1bd875a](1bd875a))
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 86f5b0e commit f3511d2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
1 change: 1 addition & 0 deletions packages/language-server/vscode/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"versions":[],"title":"1.0.0 (2024-11-22)","description":"### Documentation\n\n* NO-JIRA update LS docs ([#567](https://github.com/dialpad/dialtone/issues/567)) ([1ae8c82](https://github.com/dialpad/dialtone/commit/1ae8c82b23ee228c8997d57df548cf7d4307dce0))\n\n\n### Features\n\n* DLT-1812 language server - initial implementation ([#551](https://github.com/dialpad/dialtone/issues/551)) ([189d40c](https://github.com/dialpad/dialtone/commit/189d40cf442b881c04a51adec7409406339486df))\n* DLT-2192 lsp-hover-provider ([#563](https://github.com/dialpad/dialtone/issues/563)) ([1bd875a](https://github.com/dialpad/dialtone/commit/1bd875a99128f48fbc017e8be1c5c2531f2c5ed8))"}
12 changes: 12 additions & 0 deletions packages/language-server/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2024-11-22)


### Documentation

* NO-JIRA update LS docs ([#567](https://github.com/dialpad/dialtone/issues/567)) ([1ae8c82](https://github.com/dialpad/dialtone/commit/1ae8c82b23ee228c8997d57df548cf7d4307dce0))


### Features

* DLT-1812 language server - initial implementation ([#551](https://github.com/dialpad/dialtone/issues/551)) ([189d40c](https://github.com/dialpad/dialtone/commit/189d40cf442b881c04a51adec7409406339486df))
* DLT-2192 lsp-hover-provider ([#563](https://github.com/dialpad/dialtone/issues/563)) ([1bd875a](https://github.com/dialpad/dialtone/commit/1bd875a99128f48fbc017e8be1c5c2531f2c5ed8))
18 changes: 9 additions & 9 deletions packages/language-server/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "vscode-dialtone",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"categories": [
"Other"
],
"galleryBanner": {
"color": "#7c52ff"
},
"color": "#7c52ff"
},
"pricing": "Free",
"preview": true,
"icon": "media/icon.png",
Expand All @@ -16,8 +16,8 @@
"author": "Tico Ortega <julio.ortega@dialpad.com>",
"publisher": "Dialpad",
"bugs": {
"email": "dialtone@dialpad.com"
},
"email": "dialtone@dialpad.com"
},
"keywords": [
"dialpad",
"dialtone",
Expand Down Expand Up @@ -51,10 +51,10 @@
}
],
"commands": [
{
"command": "dialtone.showOutput",
"title": "Dialtone: Show Output"
}
{
"command": "dialtone.showOutput",
"title": "Dialtone: Show Output"
}
]
},
"scripts": {
Expand Down

0 comments on commit f3511d2

Please sign in to comment.