From 196f95af41e46a88035d3f6f25213c9adf05cb5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:35:05 +0000 Subject: [PATCH] chore(main): release 0.1.5 --- 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 ec08d5e..a8e41f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Notifycal/shared/compare/v0.1.4...v0.1.5) (2025-01-30) + + +### Bug Fixes + +* ts extension madness with relative imports v2 ([#26](https://github.com/Notifycal/shared/issues/26)) ([6cc5062](https://github.com/Notifycal/shared/commit/6cc50628a4b7841f574aa42ffdbf35e037e4e8e6)) + ## [0.1.4](https://github.com/Notifycal/shared/compare/v0.1.3...v0.1.4) (2025-01-30) diff --git a/package-lock.json b/package-lock.json index 37e2910..a747a16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "0.1.4", + "version": "0.1.5", "license": "ISC", "devDependencies": { "@types/node": "^22.10.10", diff --git a/package.json b/package.json index ca7e87b..628f761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "0.1.4", + "version": "0.1.5", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias",