@labeg/code-style 6.10.18 → 6.10.19

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,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [6.10.19] - 2026-01-17
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Update cron schedule for quarterly NPM publish
10
+
11
+ # Changelog
12
+
13
+ All notable changes to this project will be documented in this file.
14
+
5
15
  ## [6.10.18] - 2026-01-12
6
16
 
7
17
  # Changelog
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
  ![build status](https://github.com/LabEG/code-style/workflows/Test%20Pull%20Request/badge.svg)
7
7
  [![CodeQL](https://github.com/LabEG/code-style/workflows/CodeQL%20Advanced/badge.svg)](https://github.com/LabEG/code-style/security/code-scanning)
8
8
 
9
-
10
9
  Comprehensive ESLint configuration for TypeScript and React projects with strict code quality rules.
11
10
 
12
11
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labeg/code-style",
3
- "version": "6.10.18",
3
+ "version": "6.10.19",
4
4
  "author": "Eugene Labutin",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LabEG/code-style#readme",