diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index d2ab9029..c050b905 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -4,9 +4,9 @@ name: github-build-published on: - #workflow_dispatch: - release: - types: [created] + workflow_dispatch: + #release: + #types: [created] jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index b25d85d7..f707f125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fb5b1c6f..3bd46441 100644 --- a/package.json +++ b/package.json @@ -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": {