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",