Skip to content

Commit b92505e

Browse files
authored
Merge pull request #62 from aj3sh/release/v1.1.1
chore: release v1.1.1
2 parents d0361f0 + 29ae096 commit b92505e

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.github/SECURITY.md

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

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 1.1.0 | :white_check_mark: |
12-
| 1.0.1 | :white_check_mark: |
11+
| 1.1.x | :white_check_mark: |
12+
| 1.0.x | :white_check_mark: |
1313
| 0.1.0 | :x: |
1414

1515
## Reporting a Vulnerability

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# CHANGELOG
22

3-
## main
3+
## 1.1.1
44

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

78
## 1.1.0 - (August 17, 2023)
89

package-lock.json

Lines changed: 11 additions & 11 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.1.0",
3+
"version": "1.1.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)