A Node project designed to support native JavaScript-like features for Nepali date and times. It includes features such as 'NepaliDate' for Nepali date support and 'dateConverter' for date conversions.
GNU General Public License v3.0
63
stars
18
forks
source link
ci: add version 1.2.1 to release-please manifest #89
Description
The newer version of release-please (v16) doesn't track the previous version from the Github releases. Therefore, the release PR for the next release version becomes v1.0.0. See PR https://github.com/opensource-nepal/node-nepali-datetime/pulls
I have added the current version to the
.release-please-manifest.json
file to fix this issue.Related Issue
N/A
Type of Change
Please mark the appropriate option below to describe the type of change your pull request introduces:
Checklist
"fix: Fixed foobar bug"
,"feat(accounts): Added foobar feature"
.README.md
.Additional Notes
[Add any additional notes or context that you think the reviewers should know about.]
By submitting this pull request, I confirm that I have read and complied with the contribution guidelines of this project.