@labeg/code-style 6.10.10 → 6.10.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [6.10.12] - 2025-12-07
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Add CodeQL badge to README
10
+
11
+ # Changelog
12
+
13
+ All notable changes to this project will be documented in this file.
14
+
15
+ ## [6.10.11] - 2025-12-07
16
+
17
+ ### ⚙️ Miscellaneous Tasks
18
+
19
+ - Remove NODE_AUTH_TOKEN from NPM publish workflow
20
+
21
+ # Changelog
22
+
23
+ All notable changes to this project will be documented in this file.
24
+
5
25
  ## [6.10.10] - 2025-12-06
6
26
 
7
27
  ### ⚙️ Miscellaneous Tasks
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  ![npm downloads](https://img.shields.io/npm/dm/@labeg/code-style.svg)
5
5
  ![GitHub](https://img.shields.io/github/license/LabEG/code-style.svg)
6
6
  ![build status](https://github.com/LabEG/code-style/workflows/Test%20Pull%20Request/badge.svg)
7
+ [![CodeQL](https://github.com/LabEG/code-style/workflows/CodeQL%20Advanced/badge.svg)](https://github.com/LabEG/code-style/security/code-scanning)
8
+
7
9
 
8
10
  Comprehensive ESLint configuration for TypeScript and React projects with strict code quality rules.
9
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labeg/code-style",
3
- "version": "6.10.10",
3
+ "version": "6.10.12",
4
4
  "author": "Eugene Labutin",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LabEG/code-style#readme",