fabric 6.4.0 → 6.4.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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [next]
4
4
 
5
+ ## [6.4.1]
6
+
7
+ - fix(): Package.json had wrong path to types for extensions [#10115](https://github.com/fabricjs/fabric.js/pull/10115)
8
+
5
9
  ## [6.4.0]
6
10
 
7
11
  - fix(): Fix broken exports for filters that do not have a static defaults value. [#10102](https://github.com/fabricjs/fabric.js/pull/10102)
package/dist/index.js CHANGED
@@ -407,7 +407,7 @@
407
407
  }
408
408
  const cache = new Cache();
409
409
 
410
- var version = "6.4.0";
410
+ var version = "6.4.1";
411
411
 
412
412
  // use this syntax so babel plugin see this import here
413
413
  const VERSION = version;