@hexonet/semantic-release-whmcs 5.0.14 → 5.0.16
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.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
|
+
|
8
|
+
## [5.0.15](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.14...v5.0.15) (2024-1-30)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **deps:** bump puppeteer from 21.9.0 to 21.10.0 ([dd34ee9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/dd34ee91aa799d6d9811d891012ffa4c2797fc1f))
|
14
|
+
|
1
15
|
## [5.0.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.13...v5.0.14) (2024-1-25)
|
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.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",
|