Skip to content

Commit

Permalink
Merge branch 'main' into feat/release
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Sep 13, 2023
2 parents 03092bf + b92505e commit 98a6896
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ We provide security updates and support for the latest stable release of the 'no

| Version | Supported |
| ------- | ------------------ |
| 1.1.0 | :white_check_mark: |
| 1.0.1 | :white_check_mark: |
| 1.1.x | :white_check_mark: |
| 1.0.x | :white_check_mark: |
| 0.1.0 | :x: |

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

## main
## 1.1.1

- Updated NepaliDate members to private.
- Fixed type resolve issue. (#59, #60)

## 1.1.0 - (August 17, 2023)

Expand Down
22 changes: 11 additions & 11 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.1.0",
"version": "1.1.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 98a6896

Please sign in to comment.