Skip to content

Commit

Permalink
Merge tag '2.1.20' into dev
Browse files Browse the repository at this point in the history
2.1.20 2.1.20

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEEWaWiuu/fkL9ZppreRv+MdPa3Hu8FAmUn0fkACgkQRv+MdPa3
# Hu/N9A//XuR6kw9pThOIXEdzyJRQFDs2fE8YShYCi10ZXYDprdW8oiNWLC7I45zD
# Krj6xXLGSfhmqsnhxheojYVOUhmMYch5uKRw5cwkifSVfVaeZO+c35f923cIhbKE
# urDKmWtbYdFX+ZoBcfv+r0P7e2FEJZE1TWOdSan6RYa+fPPo967f/h7tRRFsC+ZC
# zhkf4fIuxwriFACBmPI6GlpceafuqioxBV9940c7JwB+XObrqN9ev9CaLzhKzsYi
# mI/ntpgszBcj8LFndWYVs6ZzJWH0tpy8REG9LIEzzgQufhzwzTS6QkgqDAd2slmZ
# NhaTD6J11SBVHHnsc9canoEh1K+tIoZsze1AB9Pa5tverbhyRnJFb7UBTVM0iMDd
# OcnJ8Z8ndXcYmel3jkgxVzPvl1viEhBqFoluKs2vfpZl2S8BlHSVxm8fCxWR8Y4j
# edlM0Zb12pxHikEAS/rcox7NxoPcss+4ihSPlZSpzF2EBxuYNvV4gNEGh2Pjgvih
# xdtmtbqFpUmXEVjsj3Mo/7fz6ooMp6k470Y0dv6QgeYZHdF7tbOm1XTFU+rnuz7L
# Sq5JT5y8KP8KoEoam7hWrRsWKPRGRwrBf7nrUUmN92F0ih0zNmAnrJ04G2tig5AX
# wkBy/m1tZOEmdPWb5e9pTUblO4sEA7naAam7NBcR17chpXf86kI=
# =ZSsa
# -----END PGP SIGNATURE-----
# gpg: Signature made 2023-10-12 14:31:13 Iran Standard Time
# gpg:                using RSA key 59A5A2BAEFDF90BF59A69ADE46FF8C74F6B71EEF
# gpg: Good signature from "Mohammad Amanalikhani (MD Akhi) <md.akhi.ir@gmail.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 59A5 A2BA EFDF 90BF 59A6  9ADE 46FF 8C74 F6B7 1EEF
  • Loading branch information
md-akhi committed Oct 12, 2023
2 parents bc03961 + ab105e2 commit 04966c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"

# Setup .npmrc file to publish to NPM Packages
- run: |
npm install
npm run build
Expand All @@ -53,11 +52,11 @@ jobs:
# npm publish --access public

# WithOut Scop
# Setup .npmrc file to publish to NPM Packages
- name: Set package registry without -scope
run: npm config set registry=https://registry.npmjs.org/
- name: Npm registry authentication
run: npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
- name: registry always authentication
- run: |
npm publish --access public
Expand All @@ -73,9 +72,7 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://npm.pkg.github.com"
scope: "@md-akhi"

# Setup .npmrc file to publish to GitHub Packages
# scope: "@md-akhi"

- run: |
npm install
Expand All @@ -84,14 +81,14 @@ jobs:
uses: JesseTG/rm@v1.0.3
with:
path: docs

# With Scop
# Setup .npmrc file to publish to GitHub Packages
- name: Set package registry
run: npm config set @md-akhi:registry=https://npm.pkg.github.com/
- name: Github package registry authentication
run: npm set //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN
- name: registry always authentication
- run: |
npm pkg set name='@md-akhi/shdate'
npm publish
# WithOut Scop
Expand Down
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
## 2.1.19 (2023-10-12)
## 2.1.20 (2023-10-12)


### Bug Fixes

* **ci:** اصلاح ci ([a62610c](https://github.com/md-akhi/SHDateTime-js/commits/a62610cd20fe8758845f5627f58489f0d5abddc5))
* **ci:** اصلاح ci ([fbb9033](https://github.com/md-akhi/SHDateTime-js/commits/fbb9033ecfd54ee2ecba7b8cc92ef0d38894b912))



## 2.1.18 (2023-10-12)


### Bug Fixes

* **ci:** اصلاح ci ([c65e9e4](https://github.com/md-akhi/SHDateTime-js/commits/c65e9e41b7341a66cf72ba1d74c779bba46949f9))
* **ci:** اصلاح ci ([61407cd](https://github.com/md-akhi/SHDateTime-js/commits/61407cd173eb06fd00bfa3eba2677b0113045aae))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shdate",
"version": "2.1.19",
"version": "2.1.20",
"description": "Date and Time Related Extensions SH{Shamsi Hijri, Solar Hijri, Iranian Hijri}",
"keywords": [
"date",
Expand Down

0 comments on commit 04966c6

Please sign in to comment.