diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj
index 859869ef5c..f0b2054a79 100644
--- a/src/Fable.Cli/Fable.Cli.fsproj
+++ b/src/Fable.Cli/Fable.Cli.fsproj
@@ -4,14 +4,12 @@
true
Exe
net6.0
- 4.0.4
- 4.0.4
- * Fix #3397: Curry only user imports
-* Fix: Compiler Exception when `!!`, Anon Record, and aliased `Ux` (also behind option) @Booksbaum
-* Use native bigint type @ncave
-* Emit Fable erased unions as TS union types
-* Optimize compile time equality and testing (union, list, options)
-* TypeScript: enable Comparison, Convert and Event tests
+ 4.0.5
+ 4.0.5
+ * Use native JS BigInt for int64/uint64
+* Fix #3402: Rust type mismatch error when compiling F# closure code
+* Improve optional field and argument typing in TypeScript
+* Fix fable-library-ts when used with Vite
Major
false
diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md
index e37ac02c6a..8d4e6cb540 100644
--- a/src/Fable.Cli/RELEASE_NOTES.md
+++ b/src/Fable.Cli/RELEASE_NOTES.md
@@ -1,3 +1,10 @@
+### 4.0.5
+
+* Use native JS BigInt for int64/uint64
+* Fix #3402: Rust type mismatch error when compiling F# closure code
+* Improve optional field and argument typing in TypeScript
+* Fix fable-library-ts when used with Vite
+
### 4.0.4
* Fix #3397: Curry only user imports
diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs
index f853151431..20c8b3c8de 100644
--- a/src/Fable.Transforms/Global/Compiler.fs
+++ b/src/Fable.Transforms/Global/Compiler.fs
@@ -1,7 +1,7 @@
namespace Fable
module Literals =
- let [] VERSION = "4.0.4"
+ let [] VERSION = "4.0.5"
type CompilerOptionsHelper =
static member Make(?language,