diff --git a/CHANGELOG.md b/CHANGELOG.md index d306341b79c919fb4c09ee3f533ffe2c1004debf..fd696e2cdb190cff5b17b340adfec249708f097d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## [3.89.0] - 2024-12-04 + +### Add Features + +- input group and password field [#265](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/265) +- new input-group and password field [#265](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/265) +### Changes + +- code format + + + ## [3.88.1] - 2024-11-25 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index c9cbee64905986f50c5fc9c35765d145ba5cc351..f300231c5c5aece6b693ba19f33710ba5e8d0616 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.88.1"; - commit = "ee4025b81530e310e88f40f8e32c0b4b82ed6184"; + version = "3.89.0"; + commit = "20054f1eb623be68b6704d0afa7ec86eaf501203"; name = "Monster"; mnemonic = "monster"; -} +} \ No newline at end of file diff --git a/package.json b/package.json index a7c9dada4df6f5d0e1ac9b4f3e7631ec99150856..df0f56e15183880b223848fe2a3818babaa685b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.88.1", + "version": "3.89.0", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",