diff --git a/CHANGELOG.md b/CHANGELOG.md index c5137603abb8114d8199196800db6388ec4d98db..4f762fa0fe0913460fd7755cdf523d84d2ec0cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## [3.96.3] - 2025-01-03 + +### Bug Fixes + +- optimize the filter rest api pipeline [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274) [#241](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/241) +- update undefined handling [#275](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/275) +- repair some small issues [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274) + + + ## [3.96.2] - 2024-12-31 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index 3ced2ccb54ecf597773a91ffe3f6a783fc556447..ec78bf130f92ab649aa93061296e6069b5cf4864 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.96.2"; - commit = "512869a9a1e73b1da728accea668feeaf73ff513"; + version = "3.96.3"; + commit = "205510e2931e635d618455e73fed9375cc17057b"; name = "Monster"; mnemonic = "monster"; -} +} \ No newline at end of file diff --git a/package.json b/package.json index 218f65694f10f994c30df8059ae1e00431631e96..973298d555c1fe95bf565549d92a36294190f554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.96.2", + "version": "3.96.3", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",