Skip to content

Commit 514dde8

Browse files
author
Maxime Mangel
committed
Embed fable-library-js in Fable DLL
1 parent d6728b3 commit 514dde8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## 4.12.0 - 2024-02-12
10+
## 4.12.1 - 2024-02-12
11+
12+
### Fixed
13+
14+
#### JavaScript
15+
16+
* Embed `fable-library-js` in Fable DLL (by @MangelMaxime)
17+
18+
## 4.12.0 - 2024-02-12 [YANKED]
1119

1220
### Added
1321

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<OtherFlags>$(OtherFlags) --nowarn:3536</OtherFlags>
7777
</PropertyGroup>
7878
<ItemGroup>
79-
<Content Include="..\..\temp\fable-library\**\*.*" PackagePath="fable-library\" />
79+
<Content Include="..\..\temp\fable-library-js\**\*.*" PackagePath="fable-library-js\" />
8080
<Content Include="..\..\temp\fable-library-ts\**\*.*" PackagePath="fable-library-ts\" />
8181
<Content Include="..\..\temp\fable-library-py\**\*.*" PackagePath="fable-library-py\" />
8282
<Content Include="..\..\temp\fable-library-rust\**\*.*" PackagePath="fable-library-rust\" />

0 commit comments

Comments
 (0)