From cc945a373472525ea83b823324b14a2f8f7c1d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:38:42 +0000 Subject: [PATCH] chore(main): release 3.0.1 --- 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 d7022e6..37b1d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/Notifycal/shared/compare/v3.0.0...v3.0.1) (2025-04-08) + + +### Bug Fixes + +* remove registered symbol - it makes messages cost twice as much ([#92](https://github.com/Notifycal/shared/issues/92)) ([c0e90ff](https://github.com/Notifycal/shared/commit/c0e90ff597670c951aeb677c76e36408c44c51cc)) + ## [3.0.0](https://github.com/Notifycal/shared/compare/v2.0.0...v3.0.0) (2025-03-27) diff --git a/package-lock.json b/package-lock.json index 8422718..d02e2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "3.0.0", + "version": "3.0.1", "license": "ISC", "devDependencies": { "@eslint/compat": "^1.2.7", diff --git a/package.json b/package.json index e7f0adb..c65a8b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "3.0.0", + "version": "3.0.1", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias",