Skip to content

Commit edae818

Browse files
authored
Merge pull request #37 from opensource-nepal/release/v1.0.1
Release v1.0.1
2 parents 0aae3d8 + 33027e4 commit edae818

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We provide security updates and support for the latest stable release of the 'no
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 1.0.0 | :white_check_mark: |
11+
| 1.0.1 | :white_check_mark: |
1212
| 0.1.0 | :x: |
1313

1414
## Reporting a Vulnerability

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v1.0.0
3+
## v1.0.1
44

55
- Added dateConverter module.
66
- Added time/timezone support in NepaliDate.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nepali-datetime",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Node project designed to support native JavaScript-like features for Nepali dates. It includes features such as 'NepaliDate' for Nepali date support and 'dateConverter' for date conversions.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)