Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2023-11-07)

### Bug Fixes

✅ **package.json & release.config.cjs:** fixed the GitHub Build Label, Name issue ([449c16a](449c16a)), closes [#2](#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 <br/><br/>
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent 449c16a commit 44fdb48
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <br/><br/>

# [1.4.0](https://github.com/arijitcodes/ultralogger/compare/v1.3.1...v1.4.0) (2023-11-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 44fdb48

Please sign in to comment.