diff --git a/CHANGELOG.md b/CHANGELOG.md index 5258ad57b3a862ff6622371ae3b87349d4a56556..60bdaebdb2732682563c9f70f23bb7d855ae6d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [3.92.1] - 2024-12-18 + +### Bug Fixes + +- **tabs:** Only activate the closing behaviour if the closed tab was previously active. [#264](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/264) + + + ## [3.92.0] - 2024-12-18 ### Add Features diff --git a/nix/config/release.nix b/nix/config/release.nix index d101f0ad277d73cc405c4fcd80a7fe5e0c70d374..637e2112d50049f2fc428e2fe7f35b8c822112ce 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.92.0"; - commit = "de6d3ee6319541f727559ec3d9b8929e93a566e8"; + version = "3.92.1"; + commit = "34f4683e12dcaab0f10ea3e8d7e664a223380e7a"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index f2dcce1f8e3bbc2201ad56fdb2ac91678ccc10b9..08e1a52a1abfb057c4594b9a1d5d4000250b3df5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.92.0", + "version": "3.92.1", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",