excellentexport 3.9.0 → 3.9.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.
package/README.md CHANGED
@@ -21,6 +21,10 @@
21
21
 
22
22
  # Revision history:
23
23
 
24
+ ### 3.9.1
25
+
26
+ * Fix TypeScript exported types
27
+
24
28
  ### 3.9.0
25
29
 
26
30
  * Cell types and formats!!! Now you can define the cell type and format. For example, you can define a cell as a date or a number. You can also define the format of the cell. For example, you can define a cell as a date with the format "dd/mm/yyyy" or a number with the format "#,##0.00".