From faf140f5a4d61f856e325ed812b536b3b4c767e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:31:33 +0000 Subject: [PATCH] chore(main): release 4.9.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73df85..f122bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.9.0](https://github.com/Notifycal/shared/compare/v4.8.3...v4.9.0) (2025-07-11) + + +### Features + +* capitalize keys ([#203](https://github.com/Notifycal/shared/issues/203)) ([133777c](https://github.com/Notifycal/shared/commit/133777c77e3328599fe4bb5146fea6be950878c7)) + ## [4.8.3](https://github.com/Notifycal/shared/compare/v4.8.2...v4.8.3) (2025-07-11) diff --git a/package-lock.json b/package-lock.json index 270d0aa..3526520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "4.8.3", + "version": "4.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "4.8.3", + "version": "4.9.0", "license": "ISC", "dependencies": { "radashi": "^12.6.0" diff --git a/package.json b/package.json index 91a3332..e7d977e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "4.8.3", + "version": "4.9.0", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias",