From 44fdb487b772d8e96a37314cbd2e233b01f09720 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Nov 2023 16:13:45 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.4.1](https://github.com/arijitcodes/ultralogger/compare/v1.4.0...v1.4.1) (2023-11-07) ### Bug Fixes ✅ **package.json & release.config.cjs:** fixed the GitHub Build Label, Name issue ([449c16a](https://github.com/arijitcodes/ultralogger/commit/449c16a61ef32557ad0b5f19984845c3a5e4293a)), closes [#2](https://github.com/arijitcodes/ultralogger/issues/2) - Fixed the Label of GitHub Release in release.config.cjs for semantic-release - Fixed the Name of GitHub Release in release.config.cjs for semantic-release - Fix the Build File Name in package.json Build Scripts

--- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d0082..a862a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.4.1](https://github.com/arijitcodes/ultralogger/compare/v1.4.0...v1.4.1) (2023-11-07) + + +### Bug Fixes + +✅ **package.json & release.config.cjs:** fixed the GitHub Build Label, Name issue ([449c16a](https://github.com/arijitcodes/ultralogger/commit/449c16a61ef32557ad0b5f19984845c3a5e4293a)), closes [#2](https://github.com/arijitcodes/ultralogger/issues/2) + +- Fixed the Label of GitHub Release in release.config.cjs for semantic-release +- Fixed the Name of +GitHub Release in release.config.cjs for semantic-release +- Fix the Build File Name in package.json +Build Scripts

+ # [1.4.0](https://github.com/arijitcodes/ultralogger/compare/v1.3.1...v1.4.0) (2023-11-07) diff --git a/package-lock.json b/package-lock.json index 9407a9b..b7b1316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ultralogger", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ultralogger", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 4191c95..71086fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultralogger", - "version": "1.4.0", + "version": "1.4.1", "description": "A Personalized Logger that can work as a Normal Logger, API Req Logger, Can log in Files & even Mail in case of emergency.", "type": "module", "types": "./dist/esm/index.d.ts",