From ec485f70aad5465cabd336fe4dc025344de1fb7e Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 19 Jun 2024 14:34:45 +0000 Subject: [PATCH] chore: release 3.65.4 --- CHANGELOG.md | 8 ++++++++ nix/config/release.nix | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149a29fe8..c567edf0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [3.65.4] - 2024-06-19 + +### Bug Fixes + +- no code fix; only release and publish process + + + ## [3.65.3] - 2024-06-19 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index 28877736b..860580823 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.65.3"; - commit = "f12fb351b0b4226d40ccc3d23b82b41187dcd2da"; + version = "3.65.4"; + commit = "b0c49a3f7f1fac71619e1ec44b7de34e7063f5d0"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index 476d56fff..0fb6d0b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.65.3", + "version": "3.65.4", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework", -- GitLab