Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D committed May 17, 2024
1 parent 0f951e4 commit ba203d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0](https://github.com/Th1nkK1D/sheethuahua/compare/1.0.0...2.0.0) (2024-05-17)

### ⚠ BREAKING CHANGES

- parseCSVFromString now return a promise
- remove sheets uncompatible custom header and body row number options

### Features

- add TSDoc for exported variables, functions and types ([26af842](https://github.com/Th1nkK1D/sheethuahua/commit/26af8425e18318e91c8a381fe82c0ca3f90a8a92))
- parseCSVFromString now return a promise ([0f951e4](https://github.com/Th1nkK1D/sheethuahua/commit/0f951e44e8f883c11c589509fade40102bd76167))
- remove sheets uncompatible custom header and body row number options ([07721c1](https://github.com/Th1nkK1D/sheethuahua/commit/07721c14ab1129ca7d0cdb62bb5d08e2e0bf8c57))
- support sheets API query params ([7c91207](https://github.com/Th1nkK1D/sheethuahua/commit/7c91207758589ff256bf8af0d00193077d73484e))

## 1.0.0 (2024-05-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sheethuahua",
"version": "1.0.0",
"version": "2.0.0",
"description": "Type-safe Google Sheets and CSV parser for TypeScript and JavaScript",
"keywords": [
"Google Sheets",
Expand Down

0 comments on commit ba203d0

Please sign in to comment.