Skip to content

Commit 6811cfe

Browse files
committed
Bump version
1 parent f613600 commit 6811cfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/excellentexport.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excellentexport",
3-
"version": "3.8.1",
3+
"version": "3.9.0",
44
"description": "Client side JavaScript export to Excel or CSV",
55
"license": "MIT",
66
"homepage": "http://jordiburgos.com",

src/excellentexport.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface SheetOptions {
4444

4545
const ExcellentExport = function() {
4646

47-
const version = "3.8.1";
47+
const version = "3.9.0";
4848

4949
/*
5050
ExcellentExport.convert(options, sheets);

0 commit comments

Comments
 (0)