From 76172ecef71b1527481307f13fbfe31146418668 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Fri, 4 Oct 2024 15:53:22 +0000 Subject: [PATCH] chore: release 3.79.0 --- CHANGELOG.md | 18 ++++++++++++++++++ nix/config/release.nix | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847d5fe2d..fb34dbaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## [3.79.0] - 2024-10-04 + +### Add Features + +- implement lookup for lazyload [#248](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/248) +### Bug Fixes + +- define missing requestAnimationFrame [#248](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/248) +- open after lazy load [#247](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/247) +### Changes + +- check how current an issue is, nothing to do [#228](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/228) +- add new issue file for [#228](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/228) +- close issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223) +- add playground for issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223) + + + ## [3.78.0] - 2024-10-03 ### Add Features diff --git a/nix/config/release.nix b/nix/config/release.nix index e47a61f34..71fe64302 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.78.0"; - commit = "cc2faa159d11db462dafb4df6335d31f203fb884"; + version = "3.79.0"; + commit = "31625721077f93eed808f65c106cc0dea9dade40"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index 684405ae0..80523fdad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.78.0", + "version": "3.79.0", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework", -- GitLab