@hexonet/semantic-release-whmcs 5.0.11 → 5.0.12

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.
@@ -53,8 +53,8 @@ jobs:
53
53
  - name: Install dependencies
54
54
  run: npm ci
55
55
  - name: Initialize CodeQL
56
- uses: github/codeql-action/init@v2
56
+ uses: github/codeql-action/init@v3
57
57
  with:
58
58
  languages: javascript
59
59
  - name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@v2
60
+ uses: github/codeql-action/analyze@v3
package/HISTORY.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.11...v5.0.12) (2024-1-5)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer from 21.6.1 to 21.7.0 ([8fe0e26](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/8fe0e26997bd9a78b2af2135a0653f1de10d0d08))
7
+
1
8
  ## [5.0.11](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.10...v5.0.11) (2023-12-14)
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.11",
4
+ "version": "5.0.12",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "publishConfig": {