Skip to content

Commit

Permalink
Merge pull request #37 from opensource-nepal/release/v1.0.1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
tilakbasyal authored Jul 14, 2023
2 parents 0aae3d8 + 33027e4 commit edae818
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We provide security updates and support for the latest stable release of the 'no

| Version | Supported |
| ------- | ------------------ |
| 1.0.0 | :white_check_mark: |
| 1.0.1 | :white_check_mark: |
| 0.1.0 | :x: |

## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.0.0
## v1.0.1

- Added dateConverter module.
- Added time/timezone support in NepaliDate.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nepali-datetime",
"version": "1.0.0",
"version": "1.0.1",
"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.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit edae818

Please sign in to comment.