diff --git a/CHANGELOG.md b/CHANGELOG.md index c9114de56f7b7c563f61993b2f358c5b0e192a65..eab14aab14287ee125549f479be20a1ba6c8f86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [3.100.6] - 2025-01-18 + +### Bug Fixes + +- accessibility for buttons [#282](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/282) + + + ## [3.100.5] - 2025-01-16 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index afb71d3832ab4950e5a3d9620bdfe191a4990858..45e127a7f6a200dc62a5e58357e8a6c3a8dfa383 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.100.5"; - commit = "1d8fa0b6c1675609ddf7ce7937a62370a5753a79"; + version = "3.100.6"; + commit = "a94a5b3eea135c01689adca13ac15d5d111980a9"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index a314607460202442f2cda7f4fc3227d7b51adee7..37e13dc252fb7735f7ce469080473d7fdf2b7e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.100.5", + "version": "3.100.6", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",