From 34519d60ec608c1b3eccbb7d0a2e5b624def0b24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 08:46:33 +0000 Subject: [PATCH] chore(main): release 7.6.2 --- 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 6732efe..9889311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.6.2](https://github.com/Notifycal/shared/compare/v7.6.1...v7.6.2) (2025-08-22) + + +### Bug Fixes + +* let cookie stuff bve alone so backend does not explode when buil… ([#284](https://github.com/Notifycal/shared/issues/284)) ([0bedbb3](https://github.com/Notifycal/shared/commit/0bedbb37aa9cf1df66eb5ab58e27188e5d68c225)) + ## [7.6.1](https://github.com/Notifycal/shared/compare/v7.6.0...v7.6.1) (2025-08-22) diff --git a/package-lock.json b/package-lock.json index 652857b..f155444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "7.6.1", + "version": "7.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "7.6.1", + "version": "7.6.2", "license": "ISC", "dependencies": { "radashi": "^12.6.0" diff --git a/package.json b/package.json index b2bb61e..f376ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "7.6.1", + "version": "7.6.2", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias && npm run build:styles",