From 1b55652a2b95c34c5cf518d025f3ce7ade4942b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:21:03 +0000 Subject: [PATCH] chore(main): release 2.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 5d4fc27..ecae821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/Notifycal/shared/compare/v1.8.0...v2.0.0) (2025-03-21) + + +### ⚠ BREAKING CHANGES + +* move back assets to its original location cause they are time c… ([#74](https://github.com/Notifycal/shared/issues/74)) + +### Bug Fixes + +* move back assets to its original location cause they are time c… ([#74](https://github.com/Notifycal/shared/issues/74)) ([2420096](https://github.com/Notifycal/shared/commit/2420096c3a5374dc3904186703579cecff831faa)) + ## [1.8.0](https://github.com/Notifycal/shared/compare/v1.7.1...v1.8.0) (2025-03-20) diff --git a/package-lock.json b/package-lock.json index f5550cf..f601d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "1.8.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "1.8.0", + "version": "2.0.0", "license": "ISC", "devDependencies": { "@eslint/compat": "^1.2.7", diff --git a/package.json b/package.json index cee6b30..defd956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "1.8.0", + "version": "2.0.0", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias",