Skip to content

Commit ba1d132

Browse files
committed
Release 5.0.0-alpha.15
1 parent 86b3552 commit ba1d132

File tree

10 files changed

+2049
-2037
lines changed

10 files changed

+2049
-2037
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 5.0.0-alpha.15 - 2025-11-19
11+
1012
### Added
1113

1214
* [TS] Added support for `erasableSyntaxOnly` in TypeScript (by @ncave)

src/Fable.Compiler/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 5.0.0-alpha.15 - 2025-11-19
11+
1012
### Added
1113

1214
* [TS] Added support for `erasableSyntaxOnly` in TypeScript (by @ncave)

src/Fable.Core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 5.0.0-beta.2 - 2025-11-19
11+
1012
### Added
1113

1214
* [Python] Added `Decorate` attribute to add Python decorators to classes (by @dbrattli)

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ namespace Fable
22

33
module Literals =
44
[<Literal>]
5-
let VERSION = "5.0.0-alpha.14"
5+
let VERSION = "5.0.0-alpha.15"
66

77
[<Literal>]
8-
let JS_LIBRARY_VERSION = "2.0.0-beta.4"
8+
let JS_LIBRARY_VERSION = "2.0.0-beta.5"
99

1010
type CompilerOptionsHelper =
1111
static member Make

0 commit comments

Comments
 (0)