@hexonet/semantic-release-whmcs 5.0.11 → 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 +7 -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,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