diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81c697c6..7d5e2a76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.4" + ".": "0.46.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d44136ff..bc1ca605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.46.5](https://github.com/AnsoCode/Sencho/compare/v0.46.4...v0.46.5) (2026-04-13) + + +### Fixed + +* **scheduler:** harden scheduled operations with stale cleanup, cron validation, and design fixes ([#549](https://github.com/AnsoCode/Sencho/issues/549)) ([44e8fdf](https://github.com/AnsoCode/Sencho/commit/44e8fdfba9455231f1ac3469bbd58745eb33bb10)) + ## [0.46.4](https://github.com/AnsoCode/Sencho/compare/v0.46.3...v0.46.4) (2026-04-13) diff --git a/package-lock.json b/package-lock.json index 4d8a65b0..d61e339e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sencho", - "version": "0.46.4", + "version": "0.46.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sencho", - "version": "0.46.4", + "version": "0.46.5", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@playwright/test": "^1.59.1" diff --git a/package.json b/package.json index fa3f5925..5acc1513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sencho", - "version": "0.46.4", + "version": "0.46.5", "description": "", "main": "index.js", "scripts": {