Skip to content

Commit ad84c01

Browse files
committed
chore: release v3.2.0
1 parent 9be316b commit ad84c01

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/punchupworld/sheethuahua/compare/3.1.0...3.2.0) (2025-06-10)
4+
5+
### Features
6+
7+
- add debug option for spreadsheet, fetchCsv and parseCsv ([9be316b](https://github.com/punchupworld/sheethuahua/commit/9be316b0c5aa416fe4ad001b4f8351c6ac094639))
8+
- set default sheets headers query parameter to 1 ([a2b1191](https://github.com/punchupworld/sheethuahua/commit/a2b1191b3f7810ab1bdd39d18d16b86e6ca61daf))
9+
10+
### Bug Fixes
11+
12+
- correctly pass fetchRequestInit options from Spreadsheet to fetchCsv ([b64de46](https://github.com/punchupworld/sheethuahua/commit/b64de46c75e6481fd03a1ea01b90608381f7d39a))
13+
314
## [3.1.0](https://github.com/punchupworld/sheethuahua/compare/3.0.0...3.1.0) (2024-11-20)
415

516
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sheethuahua",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Type-safe Google Sheets and CSV parser for TypeScript and JavaScript",
55
"keywords": [
66
"Google Sheets",

0 commit comments

Comments
 (0)