@jlcpcb/cli 0.3.0 → 0.3.1

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
@@ -1,5 +1,18 @@
1
1
  # @jlcpcb/cli
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d5a74c2: Fix EasyEDA 3D model transform import so KiCad footprints preserve model offsets and rotations.
8
+
9
+ Improve CLI table formatting so search and library rows keep aligned columns, including with wide characters.
10
+
11
+ Add workspace lint scripts and ESLint configuration so `bun run lint` works across packages.
12
+
13
+ - Updated dependencies [d5a74c2]
14
+ - @jlcpcb/core@0.3.1
15
+
3
16
  ## 0.3.0
4
17
 
5
18
  ### Minor Changes