Skip to content

Commit

Permalink
Merge pull request #7 from farhan7reza7/publish-initer
Browse files Browse the repository at this point in the history
ready for v1.1.2
  • Loading branch information
farhan7reza7 authored Jan 18, 2024
2 parents 8227485 + 38353a8 commit 635c713
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
name: github-build-published

on:
#workflow_dispatch:
release:
types: [created]
workflow_dispatch:
#release:
#types: [created]

jobs:
build:
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,18 @@ fixed some issues and configured files for publishing diff-ymd-package v1.1.0 on

#### Fixed

fixed some issues and configured files for v1.0.1
fixed some issues and configured files for v1.1.1

### [v1.1.2]

#### Fixed

fixed some issues and configured files for v1.1.2

### [Next Release] - Planning release time

### Important changes links:

- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v1.1.1...HEAD)
- [v1.1.1](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v1.1.1)
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v1.1.2...HEAD)
- [v1.1.2](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v1.1.2)
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2)
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": "1.1.1",
"name": "@farhan7reza7/diff-ymd-package",
"version": "1.1.2",
"description": "Utility class for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized formats like aY-bM-cD or aYears-bMonths-cDays etc.",
"main": "src/diff-ymd.js",
"scripts": {
Expand Down

0 comments on commit 635c713

Please sign in to comment.