diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a65e897a5974bf08a420ba7a1c987bb07aaf69c..a13159b7346613c48c8fb2cdf486fe478b47317a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [3.111.0] - 2025-02-22 + +### Add Features + +- new camera capture control [#295](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/295) +- new camera capture control [#295](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/295) + + + ## [3.110.4] - 2025-02-20 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index 5d158262caa8bc6fceef29546123871ebf5d1b9a..b479d43ad0d83eae1bf25c1e51f41be95179d93d 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.110.4"; - commit = "1ffe9c894252669c90081ba8263bad12432bf017"; + version = "3.111.0"; + commit = "78ed671ffd6b203d0eb7faea8cdf137724c7cf74"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index 2db6af00b992fbbabc84df8340837abb4ccb2ef3..3321b576858173d8b92875e982d18acaa96e2694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.110.4", + "version": "3.111.0", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework",