Skip to content

Commit ba203d0

Browse files
committed
chore: release v2.0.0
1 parent 0f951e4 commit ba203d0

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/Th1nkK1D/sheethuahua/compare/1.0.0...2.0.0) (2024-05-17)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- parseCSVFromString now return a promise
8+
- remove sheets uncompatible custom header and body row number options
9+
10+
### Features
11+
12+
- add TSDoc for exported variables, functions and types ([26af842](https://github.com/Th1nkK1D/sheethuahua/commit/26af8425e18318e91c8a381fe82c0ca3f90a8a92))
13+
- parseCSVFromString now return a promise ([0f951e4](https://github.com/Th1nkK1D/sheethuahua/commit/0f951e44e8f883c11c589509fade40102bd76167))
14+
- remove sheets uncompatible custom header and body row number options ([07721c1](https://github.com/Th1nkK1D/sheethuahua/commit/07721c14ab1129ca7d0cdb62bb5d08e2e0bf8c57))
15+
- support sheets API query params ([7c91207](https://github.com/Th1nkK1D/sheethuahua/commit/7c91207758589ff256bf8af0d00193077d73484e))
16+
317
## 1.0.0 (2024-05-08)
418

519
### 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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Type-safe Google Sheets and CSV parser for TypeScript and JavaScript",
55
"keywords": [
66
"Google Sheets",

0 commit comments

Comments
 (0)