Skip to content

Commit d81e124

Browse files
authored
Merge pull request #59 from laurentpayot/ts-lsp-client-fixed-version
ts-lsp-client version set to 1.0.4 to fix import errors
2 parents d62671e + c4b966f commit d81e124

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) from version [0.1.0] moving forward.
77

8+
## [0.2.1] - 2025-10-23
9+
### Changed
10+
- Removed caret range from ts-lsp-client to use version 1.0.4, pr ([#59](https://github.com/fable-compiler/vite-plugin-fable/pull/59)), targets issue ([#58](https://github.com/fable-compiler/vite-plugin-fable/issues/58))
11+
812
## [0.2.0] - 2025-06-24
913
### Changed
1014
- Upgrade to Vite 7.0.0 as peer dependency and adjust transform hook to use latest filter property, pr ([#49](https://github.com/fable-compiler/vite-plugin-fable/pull/49)), targets issue ([#39]([#39](https://github.com/fable-compiler/vite-plugin-fable/issues/39))
@@ -112,4 +116,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112116
- Initial implementation of Vite plugin for Fable.
113117
- Basic F# file compilation and integration with Vite build.
114118
- Early support for project file watching and hot reload.
115-
- Initial project setup, configuration, and documentation.
119+
- Initial project setup, configuration, and documentation.

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-fable",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"homepage": "http://fable.io/vite-plugin-fable/",
55
"description": "",
66
"main": "index.js",
@@ -33,7 +33,7 @@
3333
"@fable-org/fable-library-js": "2.0.0-beta.3",
3434
"promise.withresolvers": "^1.0.3",
3535
"rxjs": "^7.8.1",
36-
"ts-lsp-client": "^1.0.3"
36+
"ts-lsp-client": "1.0.4"
3737
},
3838
"peerDependencies": {
3939
"esbuild": "*",

0 commit comments

Comments
 (0)