diff --git a/CHANGELOG.md b/CHANGELOG.md index db43c9f7c15a10322e20b68c301caf8ae7c0a432..e28ac76ee4d93e2026a20383b7f35f45243526dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [3.69.2] - 2024-06-24 + +### Bug Fixes + +- the rest datasource should not reload if the query is undefined [#211](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/211) + + + ## [3.69.1] - 2024-06-23 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index 6184731d02340e6a843581784c02f4473fac0e01..62185a4acee015c42539d86194695c704396ff7f 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.69.1"; - commit = "ce750191f61c97edf01c23080e7f99f4f83a0e94"; + version = "3.69.2"; + commit = "adb0ee6150af4d65ba7036e75f230f780c76871d"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index 199226eda6751883fa48f29eb796fcbb75563fd5..06f2a0e2b50c13687ba6f5b59acdfe7d727dad66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.69.1", + "version": "3.69.2", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",