@hexonet/semantic-release-whmcs 5.0.24 → 5.0.26
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +15 -0
- package/package.json +2 -2
package/HISTORY.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
## [5.0.26](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.25...v5.0.26) (2024-08-29)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump puppeteer from 23.1.0 to 23.2.0 ([d3dd4b9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/d3dd4b9c58daf8b72495ac7f59da21496996be17))
|
7
|
+
* **deps:** bump puppeteer from 23.2.0 to 23.2.1 ([18f94e5](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/18f94e594bdcc0a1a333e4e8cd72c8950d64cc31))
|
8
|
+
|
9
|
+
## [5.0.25](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.24...v5.0.25) (2024-08-19)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* **deps:** bump puppeteer from 22.11.2 to 23.1.0 ([1a50890](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/1a50890c73b5b08b96be3f899f826bcd9990af85))
|
15
|
+
|
1
16
|
## [5.0.24](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.23...v5.0.24) (2024-08-19)
|
2
17
|
|
3
18
|
|
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.26",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"aggregate-error": "^5.0.0",
|
88
88
|
"debug": "^4.3.4",
|
89
89
|
"github-api": "^3.4.0",
|
90
|
-
"puppeteer": "^
|
90
|
+
"puppeteer": "^23.1.0",
|
91
91
|
"yargs": "^17.7.1"
|
92
92
|
}
|
93
93
|
}
|