Releases: IamLizu/verceler
Releases · IamLizu/verceler
v1.0.10
v1.0.9
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.7
What's Changed
- Pass token in vercel link by @chandan9074 in #5
New Contributors
- @chandan9074 made their first contribution in #5
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
v1.0.4
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Changelog
[1.0.2] - 2024-06-03
Added
- Added
homepage
field topackage.json
pointing to the README of the repository. - Added
bugs
field topackage.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
Changelog
[1.0.1] - 2024-06-03
Fixed
- Replaced
npm
commands withyarn
commands in the GitHub Actions workflow for publishing the package. This includes:- Using
yarn install --frozen-lockfile
instead ofnpm ci
for installing dependencies. - Using
yarn test --verbose --coverage
instead ofnpm test --verbose --coverage
for running tests. - Using
yarn publish
instead ofnpm publish
for publishing the package to npm registry.
- Using
Note
- This change ensures compatibility and consistency with Yarn as the package manager for the project.