diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b161c98fe7e1a63e6a491a51e02b20c47cfa79..53a39aa38e08423f8eeda2b158b644bafaa0b5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [3.94.0] - 2024-12-22 + +### Add Features + +- **log:** auto update timestamp [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270) + + + ## [3.93.0] - 2024-12-22 ### Add Features diff --git a/nix/config/release.nix b/nix/config/release.nix index faefcd077fb18ea6ce364abca0dce7ac9c54695c..3eb2f6dbc63b5007df3d99af0d5714a3a7131236 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.93.0"; - commit = "f8e9bcbb26a67a804798ca04a5e5315278a1c84a"; + version = "3.94.0"; + commit = "3c507195b19128753366bcf352a33865fb85b71a"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index 16fa83bbb8ab81218056b15e95d306c892f78158..5544bddcf034788e06475d84246d2b3cb5902f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.93.0", + "version": "3.94.0", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",