diff --git a/Directory.Build.props b/Directory.Build.props
index eeb2023..3abb5c1 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
- 0.0.14
+ 0.0.15-preview-01
diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat
index 53895e3..0f4668b 100644
--- a/Generate-ReleaseNotes.bat
+++ b/Generate-ReleaseNotes.bat
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
-SET version=0.0.14
+SET version=0.0.15-preview-01
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version%
diff --git a/PackageReadme.md b/PackageReadme.md
index ab6eb0b..74cefbc 100644
--- a/PackageReadme.md
+++ b/PackageReadme.md
@@ -1,5 +1,3 @@
-# 0.0.14 (28 April 2022)
-- #13 Fix clearSelect when TreeMap is multiSelect [bug]
-- #14 Fix clearSelect [bug]
+# ()
The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md
\ No newline at end of file
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index c012bef..e69de29 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,33 +0,0 @@
-# 0.0.14 (28 April 2022)
-- [#13](https://github.com/StefH/jsMind.Blazor/pull/13) - Fix clearSelect when TreeMap is multiSelect [bug] contributed by [StefH](https://github.com/StefH)
-- [#14](https://github.com/StefH/jsMind.Blazor/pull/14) - Fix clearSelect [bug] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.12 (25 February 2022)
-- [#11](https://github.com/StefH/jsMind.Blazor/pull/11) - Include latest version from jsmind.js and jsmind.css [enhancement] contributed by [StefH](https://github.com/StefH)
-- [#12](https://github.com/StefH/jsMind.Blazor/pull/12) - Add check for null instances [bug] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.11 (16 November 2021)
-- [#10](https://github.com/StefH/jsMind.Blazor/pull/10) - Added update functionality [enhancement] contributed by [wkoeter](https://github.com/wkoeter)
-
-# 0.0.10 (23 June 2021)
-- [#8](https://github.com/StefH/jsMind.Blazor/pull/8) - Fix OnSelectCallback [bug] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.9 (16 June 2021)
-- [#7](https://github.com/StefH/jsMind.Blazor/pull/7) - Resize callback [enhancement] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.6 (27 April 2021)
-- [#6](https://github.com/StefH/jsMind.Blazor/pull/6) - ReadOnly [enhancement] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.5 (23 April 2021)
-- [#4](https://github.com/StefH/jsMind.Blazor/pull/4) - Use net5.0 for example project [enhancement] contributed by [StefH](https://github.com/StefH)
-- [#5](https://github.com/StefH/jsMind.Blazor/pull/5) - OnSelectCallback also defines if the node was selected or de-selected [enhancement] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.4 (11 April 2021)
-- [#3](https://github.com/StefH/jsMind.Blazor/pull/3) - MindMapTreeContainer.Nodes [enhancement] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.3 (10 April 2021)
-- [#2](https://github.com/StefH/jsMind.Blazor/pull/2) - Fix for OnShow [bug] contributed by [StefH](https://github.com/StefH)
-
-# 0.0.2 (11 May 2020)
-- [#1](https://github.com/StefH/jsMind.Blazor/pull/1) - Multi select [enhancement] contributed by [StefH](https://github.com/StefH)
-