Skip to content

Commit 2cbf635

Browse files
committed
chore: release v3.3.0
1 parent b6a89e0 commit 2cbf635

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.3.0](https://github.com/punchupworld/sheethuahua/compare/3.2.0...3.3.0) (2026-05-08)
4+
5+
### Features
6+
7+
- add a spreadsheet caching plugin ([cbc4015](https://github.com/punchupworld/sheethuahua/commit/cbc4015a705c8c84644f6499d8bb34bbbee8e78f))
8+
- add debug option for withCache ([c3d79c7](https://github.com/punchupworld/sheethuahua/commit/c3d79c7641fa9e62f15d9f809ae3583bf6b25f97))
9+
10+
### Bug Fixes
11+
12+
- rename FetchRequestInit type to RequestInit ([7e9e488](https://github.com/punchupworld/sheethuahua/commit/7e9e488a4b85daeff9ce6685e9f079ef625d9467))
13+
314
## [3.2.0](https://github.com/punchupworld/sheethuahua/compare/3.1.0...3.2.0) (2025-06-10)
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.2.0",
3+
"version": "3.3.0",
44
"description": "Type-safe Google Sheets and CSV parser for TypeScript and JavaScript",
55
"keywords": [
66
"Google Sheets",

0 commit comments

Comments
 (0)