@hexonet/semantic-release-whmcs 5.0.15 → 5.0.16
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.16](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.15...v5.0.16) (2024-2-5)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump puppeteer from 21.10.0 to 21.11.0 ([1247462](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/1247462a5c47a39b29adf631673329ca0457a015))
|
7
|
+
|
1
8
|
## [5.0.15](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.14...v5.0.15) (2024-1-30)
|
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.16",
|
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.1",
|
80
80
|
"c8": "^9.1.0",
|
81
81
|
"gulp": "^4.0.2",
|
82
82
|
"prettier": "^3.0.0",
|