@hexonet/semantic-release-whmcs 5.1.9 → 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.
- package/HISTORY.md +7 -0
- package/README.md +1 -0
- package/package.json +1 -1
package/HISTORY.md
CHANGED
@@ -1,3 +1,10 @@
|
|
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
|
+
|
1
8
|
## [5.1.9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.1.8...v5.1.9) (2025-09-24)
|
2
9
|
|
3
10
|
|
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