@trackunit/eslint-plugin-trackunit 0.4.30 → 0.4.32

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