diff --git a/CHANGELOG.md b/CHANGELOG.md
index a338aacf24c91337f3abe6261155639691f7017a..7c083b48e0b77f14097e5dc463810c2a8166e920 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,123 +4,15 @@
 
 ## [3.65.15] - 2024-06-20
 
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.14] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.13] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.12] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.11] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.10] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.9] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.8] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.7] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.6] - 2024-06-19
-
-### Bug Fixes
-
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-### Changes
-
-- release 3.65.6
-
-
-
-## [3.65.5] - 2024-06-19
-
-### Bug Fixes
-
-- no code fix; only release and publish process
-
-
-
-## [3.65.4] - 2024-06-19
-
-### Bug Fixes
-
-- no code fix; only release and publish process
-
-
 
 ## [3.65.3] - 2024-06-19
 
 ### Bug Fixes
 
 - switch nodejs_22 to nodejs_20
-- no code fix; only release and publish process
-
-
 
-## [3.65.2] - 2024-06-19
-
-### Bug Fixes
-
-- no code fix; only release and publish process
 ## [3.65.1] - 2024-06-17
+
 ### Bug Fixes
 
 - close Button fix message.mjs [#197](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/197)
diff --git a/nix/scripts/build.nix b/nix/scripts/build.nix
index c7e7bfba933324b4ce98580c904229bc91fb6e70..cc7d134f4d23eb788d6044cb18d83a201cc36d6d 100644
--- a/nix/scripts/build.nix
+++ b/nix/scripts/build.nix
@@ -71,7 +71,7 @@ set -x
     fi
 
     ${pkgs'.coreutils}/bin/mkdir -p $out
-    if ! ${pkgs'.gnutar}/bin/tar -czvf $out/monster-${version}.tgz .
+    if ! ${pkgs'.gnutar}/bin/tar -czvf $out/monster-${version}.tgz *
     then
       echo_fail "Failed to create tarball. Exiting."
       exit 1