We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c906bbc commit 1bb4762Copy full SHA for 1bb4762
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v3.0.3
5
+
6
+[compare changes](https://github.com/namesmt/easy-spreadsheet-write/compare/v3.0.2...v3.0.3)
7
8
+### 📖 Documentation
9
10
+- **README:** Update ([c906bbc](https://github.com/namesmt/easy-spreadsheet-write/commit/c906bbc))
11
12
+### ❤️ Contributors
13
14
+- NamesMT ([@NamesMT](https://github.com/NamesMT))
15
16
## v3.0.2
17
18
[compare changes](https://github.com/namesmt/easy-spreadsheet-write/compare/v3.0.1...v3.0.2)
package.json
@@ -1,7 +1,7 @@
{
"name": "easy-spreadsheet-write",
"type": "module",
- "version": "3.0.2",
+ "version": "3.0.3",
"packageManager": "pnpm@10.12.4",
"description": "Easily create spreadsheet files, json to xlsx.",
"author": "NamesMT <dangquoctrung123@gmail.com>",
0 commit comments