Skip to content

Commit

Permalink
chore: release main (#137)
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 Mar 13, 2024
1 parent 983dbe5 commit c100615
Show file tree
Hide file tree
Showing 6 changed files with 41 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.1.25",
"packages/service": "0.1.25",
"packages/server": "0.2.0",
"packages/service": "0.2.0",
"packages/vscode-fuzzy": "0.0.1"
}
18 changes: 18 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/yioneko/vtsls/compare/server-v0.1.25...server-v0.2.0) (2024-03-13)


### ⚠ BREAKING CHANGES

* deprecate support for node 14 ([#131](https://github.com/yioneko/vtsls/issues/131))

### Miscellaneous Chores

* deprecate support for node 14 ([#131](https://github.com/yioneko/vtsls/issues/131)) ([a24ea28](https://github.com/yioneko/vtsls/commit/a24ea28d5d288343ff500342371ace73374dac63))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @vtsls/language-service bumped to 0.2.0

## [0.1.25](https://github.com/yioneko/vtsls/compare/server-v0.1.24...server-v0.1.25) (2024-01-25)


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.1.25",
"version": "0.2.0",
"license": "MIT",
"engines": {
"node": ">=14"
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"vscode-languageserver": "^9.0.1",
"vscode-uri": "^3.0.8",
"@vtsls/language-service": "workspace:0.1.25"
"@vtsls/language-service": "0.2.0"
},
"devDependencies": {
"esbuild": "^0.19.11"
Expand Down
17 changes: 17 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/yioneko/vtsls/compare/service-v0.1.25...service-v0.2.0) (2024-03-13)


### ⚠ BREAKING CHANGES

* deprecate support for node 14 ([#131](https://github.com/yioneko/vtsls/issues/131))

### Bug Fixes

* **deps:** update dependency typescript to v5.4.2 ([1872b8e](https://github.com/yioneko/vtsls/commit/1872b8ebf0855c48e80151a48df394fa4b747807))
* **deps:** update packages/service/vscode digest to 9fda43d ([#141](https://github.com/yioneko/vtsls/issues/141)) ([983dbe5](https://github.com/yioneko/vtsls/commit/983dbe5f5a3507343db1c60ac0984c12bcc7809a))


### Miscellaneous Chores

* deprecate support for node 14 ([#131](https://github.com/yioneko/vtsls/issues/131)) ([a24ea28](https://github.com/yioneko/vtsls/commit/a24ea28d5d288343ff500342371ace73374dac63))

## [0.1.25](https://github.com/yioneko/vtsls/compare/service-v0.1.24...service-v0.1.25) (2024-01-25)


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.1.25",
"version": "0.2.0",
"license": "MIT",
"engines": {
"node": ">=14"
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 c100615

Please sign in to comment.