@hexonet/semantic-release-whmcs 5.0.10 → 5.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/.github/workflows/test.yml +2 -2
- package/HISTORY.md +14 -0
- package/package.json +1 -1
@@ -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@
|
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@
|
60
|
+
uses: github/codeql-action/analyze@v3
|
package/HISTORY.md
CHANGED
@@ -1,3 +1,17 @@
|
|
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
|
+
|
8
|
+
## [5.0.11](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.10...v5.0.11) (2023-12-14)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **deps:** bump puppeteer from 21.6.0 to 21.6.1 ([b53d85e](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/b53d85ec94dff6e12dff36177068e19c6b70fc2a))
|
14
|
+
|
1
15
|
## [5.0.10](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.9...v5.0.10) (2023-12-6)
|
2
16
|
|
3
17
|
|
package/package.json
CHANGED