@trackunit/eslint-plugin-trackunit 0.4.30 → 0.4.31

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.4.31 (2026-04-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - address CI failures in test, lint, and sub-package versions ([b0368ec406b](https://github.com/Trackunit/manager/commit/b0368ec406b))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated shared-utils to 1.13.85
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Christian Flinker Sandbeck
14
+
1
15
  ## 0.4.30 (2026-03-30)
2
16
 
3
17
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/eslint-plugin-trackunit",
3
- "version": "0.4.30",
3
+ "version": "0.4.31",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {