From 0879f4a0e3bfcd86689630ab0d8ebe8d721b6f07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 10:42:53 +0000 Subject: [PATCH] chore(main): release 6.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f35328c..bb5d864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/Notifycal/shared/compare/v5.1.0...v6.0.0) (2025-08-02) + + +### ⚠ BREAKING CHANGES + +* zod 4 support ([#232](https://github.com/Notifycal/shared/issues/232)) + +### Bug Fixes + +* zod 4 support ([#232](https://github.com/Notifycal/shared/issues/232)) ([cc16b4f](https://github.com/Notifycal/shared/commit/cc16b4fc402245629c85faa851b185558c8e92d2)) + ## [5.1.0](https://github.com/Notifycal/shared/compare/v5.0.4...v5.1.0) (2025-07-23) diff --git a/package-lock.json b/package-lock.json index da6ae2e..ec9d818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "5.1.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "5.1.0", + "version": "6.0.0", "license": "ISC", "dependencies": { "radashi": "^12.6.0" diff --git a/package.json b/package.json index 6720946..670b03b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "5.1.0", + "version": "6.0.0", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias",