@hexonet/semantic-release-whmcs 5.0.17 → 5.0.19
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +14 -0
- package/package.json +2 -2
package/HISTORY.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
## [5.0.19](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.18...v5.0.19) (2024-03-20)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump puppeteer from 22.5.0 to 22.6.0 ([c28ca70](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/c28ca70a2c32d877489126da40a21a3d589525f9))
|
7
|
+
|
8
|
+
## [5.0.18](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.17...v5.0.18) (2024-03-18)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **package.json:** puppeteer version bumped to v22.5.0 ([5ac0bd7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/5ac0bd716d5e8881731ab161401672fa84f839c1))
|
14
|
+
|
1
15
|
## [5.0.17](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.16...v5.0.17) (2024-03-18)
|
2
16
|
|
3
17
|
|
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.19",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"aggregate-error": "^5.0.0",
|
90
90
|
"debug": "^4.3.4",
|
91
91
|
"github-api": "^3.4.0",
|
92
|
-
"puppeteer": "^
|
92
|
+
"puppeteer": "^22.5.0",
|
93
93
|
"yargs": "^17.7.1"
|
94
94
|
}
|
95
95
|
}
|