diff --git a/.github/SECURITY.md b/.github/SECURITY.md index d4cc48c..50eca8b 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f099b..b2ac645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v1.0.0 +## v1.0.1 - Added dateConverter module. - Added time/timezone support in NepaliDate. diff --git a/package-lock.json b/package-lock.json index a306271..474333c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nepali-datetime", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nepali-datetime", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", diff --git a/package.json b/package.json index 90538d7..e085bcf 100644 --- a/package.json +++ b/package.json @@ -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",