Skip to content

Releases: arijitcodes/ultralogger

v1.4.1

07 Nov 16:13
Compare
Choose a tag to compare

1.4.1 (2023-11-07)

Bug Fixes

package.json & release.config.cjs: fixed the GitHub Build Label, Name issue (449c16a), closes #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

v1.4.0

07 Nov 15:56
Compare
Choose a tag to compare

1.4.0 (2023-11-07)

Features

semantic-release: set up Semantic-Release for Auto Package Build & Release (b1d148a), closes #1

  • We setup the semantic-release package and configured our repo to use Conventional Commits using
    Commitizen. We Configured semantic-release to release the build automatically to NPM and GitHub,
    Generate Release Notes, Update Changelog file, and maintain the Git Tags / Semantic Versioning of
    the Package.
  • We also setup github Worlflow for the auto NPM release process for semantic-release