From 032457882712d05222f9789901a5dbf48c8c0715 Mon Sep 17 00:00:00 2001 From: "sencho-token-app[bot]" <275163604+sencho-token-app[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:17:54 -0400 Subject: [PATCH] chore(main): release 0.46.13 (#574) Co-authored-by: sencho-token-app[bot] <275163604+sencho-token-app[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b60c523..97a429ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.12" + ".": "0.46.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec826d50..e9dc6827 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.13](https://github.com/AnsoCode/Sencho/compare/v0.46.12...v0.46.13) (2026-04-14) + + +### Fixed + +* **notification-routing:** harden with security fixes, validation, and test coverage ([#573](https://github.com/AnsoCode/Sencho/issues/573)) ([e59df35](https://github.com/AnsoCode/Sencho/commit/e59df354e227572aec75f428a40c386e96268711)) + ## [0.46.12](https://github.com/AnsoCode/Sencho/compare/v0.46.11...v0.46.12) (2026-04-14) diff --git a/package-lock.json b/package-lock.json index ae94c79c..5c7ccf3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sencho", - "version": "0.46.12", + "version": "0.46.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sencho", - "version": "0.46.12", + "version": "0.46.13", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@playwright/test": "^1.59.1" diff --git a/package.json b/package.json index 4c62b431..130854d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sencho", - "version": "0.46.12", + "version": "0.46.13", "description": "", "main": "index.js", "scripts": {