Skip to content

Commit

Permalink
Merge pull request #139 from farhan7reza7/v3.0.0-up
Browse files Browse the repository at this point in the history
V3.0.0 up: updated codes for v3.0.0
  • Loading branch information
farhan7reza7 authored Feb 24, 2024
2 parents e3096c1 + 4f5ecf1 commit cc310b1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,30 @@ fixed some issues and configured files for publishing diff-ymd-package v2.0.2 on
- added security dependabot
- added codeql

### [v3.0.0] - [2024-02-24]

#### Added

- **Simplification:** Integrated security vurneability support
- Updated the README.md documentation for following the best practices.

#### Changed
- Updated the README.md documentation for following the best practices.
- Updated issue templates with correct descriptions and links

#### Fixed

- Fixed some issues related to the new changes.
- Configured files for publishing diff-ymd-package v3.0.0.

#### Documentation

- README.md updated: Added consistent formating and recommended for best practices.

### [Next Release] - Collecting issues and new features for next release

### Important changes links:

- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v2.3.2...HEAD)
- [v2.3.2](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v2.3.2)
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v3.0.0...HEAD)
- [v3.0.0](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v3.0.0)
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2)
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![License][license-image]][licence-url]
[![LinkedIn][linked-image]][linked-url]


## Table of Contents

- [Installation](#installation)
Expand Down Expand Up @@ -50,7 +49,7 @@ npm install @farhan7reza7/diff-ymd-package
**Can include in page `using script tag` from CDN**

```html
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@2.3.2/lib/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@3.0.0/lib/index.min.js"></script>

```

Expand All @@ -72,7 +71,7 @@ const DatesYMD = require('diff-ymd-package'); // can use any if authenticated
**Can include in html page `using script tag` from `CDN`**

```html
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@2.3.2/lib/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@3.0.0/lib/index.min.js"></script>

```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-ymd-package",
"version": "2.3.2",
"name": "@farhan7reza7/diff-ymd-package",
"version": "3.0.0",
"description": "A javascript library for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized desired formats like aY-bM-cD or aYears-bMonths-cDays or kDays or mWeeks or nMonths etc.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit cc310b1

Please sign in to comment.