Skip to content

Commit

Permalink
Merge branch 'main' of github.com:arijitcodes/ultralogger into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitcodes committed Nov 7, 2023
2 parents 9218aa8 + 44fdb48 commit 6c866f3
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 6c866f3

Please sign in to comment.