Skip to content

Commit 84853f4

Browse files
committed
chore(release): v3.0.2
1 parent 238712c commit 84853f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v3.0.2
5+
6+
[compare changes](https://github.com/namesmt/easy-spreadsheet-write/compare/v3.0.1...v3.0.2)
7+
8+
### 💅 Refactors
9+
10+
- Remove declared `ResolvedWritingOptions` type ([f8b7268](https://github.com/namesmt/easy-spreadsheet-write/commit/f8b7268))
11+
12+
### 🏡 Chore
13+
14+
- Common function to resolve default options ([7e4acda](https://github.com/namesmt/easy-spreadsheet-write/commit/7e4acda))
15+
- Turn on `compression` by default ([238712c](https://github.com/namesmt/easy-spreadsheet-write/commit/238712c))
16+
17+
### ❤️ Contributors
18+
19+
- NamesMT ([@NamesMT](https://github.com/NamesMT))
20+
421
## v3.0.1
522

623
[compare changes](https://github.com/namesmt/easy-spreadsheet-write/compare/v3.0.0...v3.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easy-spreadsheet-write",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"packageManager": "pnpm@10.12.4",
66
"description": "Easily create spreadsheet files, json to xlsx.",
77
"author": "NamesMT <dangquoctrung123@gmail.com>",

0 commit comments

Comments
 (0)