From 092eebdcf1b049e96cdff77079fbc8cf9c1375b1 Mon Sep 17 00:00:00 2001 From: MAZE Date: Mon, 27 Apr 2026 19:02:25 +0330 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae27adc..6b2951a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.5.0](https://github.com/remvze/moodist/compare/v2.4.1...v2.5.0) (2026-04-27) + + +### 🐛 Bug Fixes + +* minor ([0f7a1c7](https://github.com/remvze/moodist/commit/0f7a1c771cc097bf340c8a7969b2f4dc65fedc00)) + ### [2.4.1](https://github.com/remvze/moodist/compare/v2.4.0...v2.4.1) (2026-04-27) diff --git a/package.json b/package.json index e39ec58..983c769 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moodist", "type": "module", - "version": "2.4.1", + "version": "2.5.0", "scripts": { "dev": "astro dev", "start": "astro dev",