@hexonet/semantic-release-whmcs 5.0.16 → 5.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +7 -0
- package/package.json +2 -2
package/HISTORY.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [5.0.17](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.16...v5.0.17) (2024-03-18)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump follow-redirects from 1.15.5 to 1.15.6 ([9330a8e](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/9330a8e880c1c6f82b4b947dc7e8b766d57750e8))
|
7
|
+
|
1
8
|
## [5.0.16](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.15...v5.0.16) (2024-2-5)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hexonet/semantic-release-whmcs",
|
3
3
|
"description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace",
|
4
|
-
"version": "5.0.
|
4
|
+
"version": "5.0.17",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"@semantic-release/changelog": "^6.0.3",
|
77
77
|
"@semantic-release/exec": "^6.0.3",
|
78
78
|
"@semantic-release/git": "^10.0.1",
|
79
|
-
"ava": "6.1.
|
79
|
+
"ava": "6.1.2",
|
80
80
|
"c8": "^9.1.0",
|
81
81
|
"gulp": "^4.0.2",
|
82
82
|
"prettier": "^3.0.0",
|