Skip to content

Releases: IamLizu/verceler

v1.0.10

01 Aug 08:22
v1.0.10
b2c8e46
Compare
Choose a tag to compare

v1.0.9

01 Aug 08:16
v1.0.9
400128a
Compare
Choose a tag to compare

Full Changelog: v1.0.8...v1.0.9

v1.0.8

01 Aug 07:14
v1.0.8
be05e4d
Compare
Choose a tag to compare

What's Changed

  • Add missing token in domain add by @IamLizu in #8

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

01 Aug 06:53
v1.0.7
3181679
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

03 Jun 14:14
Compare
Choose a tag to compare

Changelog

[v1.0.6] - 2024-06-03

Changed

  • Updated the README.md file to include a new section that lists and explains the available command-line options in a table.

v1.0.5

03 Jun 13:51
Compare
Choose a tag to compare

Changelog

[1.0.5] - 2024-06-03

Fixed

  • File Exclusion: Ensured the tests directory is excluded from the published npm package by updating the .npmignore file.

v1.0.4

03 Jun 13:42
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Jun 13:41
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Jun 13:37
Compare
Choose a tag to compare

Changelog

[1.0.2] - 2024-06-03

Added

  • Added homepage field to package.json pointing to the README of the repository.
  • Added bugs field to package.json containing the URL for reporting issues.

Changed

  • Improved package metadata to enhance user experience and facilitate issue reporting.

This release includes improvements to the package.json metadata, adding clear references for the homepage and issue reporting, thus making it easier for users to find information and report issues.

v1.0.1

03 Jun 13:30
Compare
Choose a tag to compare

Changelog

[1.0.1] - 2024-06-03

Fixed

  • Replaced npm commands with yarn commands in the GitHub Actions workflow for publishing the package. This includes:
    • Using yarn install --frozen-lockfile instead of npm ci for installing dependencies.
    • Using yarn test --verbose --coverage instead of npm test --verbose --coverage for running tests.
    • Using yarn publish instead of npm publish for publishing the package to npm registry.

Note

  • This change ensures compatibility and consistency with Yarn as the package manager for the project.