Skip to content

Commit

Permalink
chore: release main (#178)
Browse files Browse the repository at this point in the history
* chore: release main

* Update lock file

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 3, 2024
1 parent a6bb7f7 commit 6adfb5d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/server": "0.2.4",
"packages/service": "0.2.4",
"packages/server": "0.2.5",
"packages/service": "0.2.5",
"packages/vscode-fuzzy": "0.0.1"
}
15 changes: 15 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.2.5](https://github.com/yioneko/vtsls/compare/server-v0.2.4...server-v0.2.5) (2024-07-03)


### Bug Fixes

* handle zipfile uri with yarn pnp and neovim ([#179](https://github.com/yioneko/vtsls/issues/179)) ([a6bb7f7](https://github.com/yioneko/vtsls/commit/a6bb7f7a0507254da6c40e9a6900aa73a2aaa073))
* suppress provider not found error for some features ([9dff5e3](https://github.com/yioneko/vtsls/commit/9dff5e3ee5268720648033d661994ac4d160c0cf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @vtsls/language-service bumped from 0.2.4 to 0.2.5

## [0.2.4](https://github.com/yioneko/vtsls/compare/server-v0.2.3...server-v0.2.4) (2024-06-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vtsls/language-server",
"description": "LSP wrapper for typescript extension of vscode",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"engines": {
"node": ">=16"
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"vscode-languageserver": "^9.0.1",
"vscode-uri": "^3.0.8",
"@vtsls/language-service": "0.2.4"
"@vtsls/language-service": "0.2.5"
},
"devDependencies": {
"esbuild": "^0.21.3"
Expand Down
14 changes: 14 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.5](https://github.com/yioneko/vtsls/compare/service-v0.2.4...service-v0.2.5) (2024-07-03)


### Features

* truncate inlay hint by setting ([#173](https://github.com/yioneko/vtsls/issues/173)) ([95b51bd](https://github.com/yioneko/vtsls/commit/95b51bde14b098ffb4760630821027c6a2fe84da))


### Bug Fixes

* handle zipfile uri with yarn pnp and neovim ([#179](https://github.com/yioneko/vtsls/issues/179)) ([a6bb7f7](https://github.com/yioneko/vtsls/commit/a6bb7f7a0507254da6c40e9a6900aa73a2aaa073))
* suppress provider not found error for some features ([9dff5e3](https://github.com/yioneko/vtsls/commit/9dff5e3ee5268720648033d661994ac4d160c0cf))
* uncaught tsserver error makes server crashed ([00f766e](https://github.com/yioneko/vtsls/commit/00f766e9bbefb9ee6dfcb7d62ba3befaf0b32b4a))

## [0.2.4](https://github.com/yioneko/vtsls/compare/service-v0.2.3...service-v0.2.4) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vtsls/language-service",
"description": "LSP wrapper for typescript extension of vscode",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6adfb5d

Please sign in to comment.