@labeg/code-style 6.10.0 → 6.10.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [6.10.2] - 2025-11-17
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - *(deps)* Bump actions/checkout from 4 to 5 (#10)
10
+ - *(deps)* Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.1
11
+ - *(deps)* Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.1
12
+
13
+ # Changelog
14
+
15
+ All notable changes to this project will be documented in this file.
16
+
17
+ ## [6.10.1] - 2025-11-15
18
+
19
+ ### ⚙️ Miscellaneous Tasks
20
+
21
+ - Remove .npmignore file
22
+
23
+ # Changelog
24
+
25
+ All notable changes to this project will be documented in this file.
26
+
5
27
  ## [6.10.0] - 2025-11-15
6
28
 
7
29
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labeg/code-style",
3
- "version": "6.10.0",
3
+ "version": "6.10.2",
4
4
  "author": "Eugene Labutin",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LabEG/code-style#readme",