@hexonet/semantic-release-whmcs 5.0.24 → 5.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/HISTORY.md +7 -0
  2. package/package.json +2 -2
package/HISTORY.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.0.25](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.24...v5.0.25) (2024-08-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer from 22.11.2 to 23.1.0 ([1a50890](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/1a50890c73b5b08b96be3f899f826bcd9990af85))
7
+
1
8
  ## [5.0.24](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.23...v5.0.24) (2024-08-19)
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.24",
4
+ "version": "5.0.25",
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": "^22.5.0",
90
+ "puppeteer": "^23.1.0",
91
91
  "yargs": "^17.7.1"
92
92
  }
93
93
  }