@hexonet/semantic-release-whmcs 5.1.8 → 5.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/HISTORY.md +14 -0
  2. package/README.md +1 -0
  3. package/package.json +1 -1
package/HISTORY.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.1.10](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.1.9...v5.1.10) (2025-09-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer from 24.22.2 to 24.22.3 ([8346d82](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/8346d821708725b8655e9f44263d2e51c5a51a25))
7
+
8
+ ## [5.1.9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.1.8...v5.1.9) (2025-09-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump puppeteer from 24.22.0 to 24.22.2 ([e31b1b8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/e31b1b8771b88b458b92745edd013a6099e470b4))
14
+
1
15
  ## [5.1.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.1.7...v5.1.8) (2025-09-18)
2
16
 
3
17
 
package/README.md CHANGED
@@ -27,6 +27,7 @@ FYI: This module is ESM ready!
27
27
  ### Requirements
28
28
 
29
29
  * Installed nodejs/npm. We suggest using [nvm](https://github.com/creationix/nvm).
30
+ * Installed browser and related OS software dependencies e.g. `sudo npx puppeteer browsers install chrome --install-deps`. It requires root privileges that's why it is sudo'ed. Check the puppeteer docs, for other browsers if you're interested. Note: it may require `sudo apt-get update` first to work.
30
31
  * Using [semantic-release](https://github.com/semantic-release/semantic-release) in your CI/CD process
31
32
 
32
33
  ### Install
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.1.8",
4
+ "version": "5.1.10",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "publishConfig": {