diff --git a/CHANGELOG.md b/CHANGELOG.md index 3050d220..9b8d3580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.4.379 (2026-01-15) + +### PR [#1935](https://github.com/danielmiessler/Fabric/pull/1935) by [dependabot](https://github.com/apps/dependabot): chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates + +- Updated @sveltejs/kit from version 2.21.1 to 2.49.5 +- Updated devalue dependency from version 5.3.2 to 5.6.2 + ## v1.4.378 (2026-01-14) ### PR [#1933](https://github.com/danielmiessler/Fabric/pull/1933) by [ksylvan](https://github.com/ksylvan): Add DigitalOcean Gradient AI support diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 218b8106..d12dab50 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.378" +var version = "v1.4.379" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 69b2c9bd..8361cac2 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1935.txt b/cmd/generate_changelog/incoming/1935.txt deleted file mode 100644 index a35e616e..00000000 --- a/cmd/generate_changelog/incoming/1935.txt +++ /dev/null @@ -1,4 +0,0 @@ -### PR [#1935](https://github.com/danielmiessler/Fabric/pull/1935) by [dependabot](https://github.com/apps/dependabot): chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates - -- Updated @sveltejs/kit from version 2.21.1 to 2.49.5 -- Updated devalue dependency from version 5.3.2 to 5.6.2 diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 41ce5754..0853aab2 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.378" +"1.4.379"