Skip to content

Commit

Permalink
chore: release v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Aug 31, 2024
1 parent 3fe15c1 commit cfee339
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [4.1.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.2...HEAD)
#### [4.1.3](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.3...v4.1.2)

- Read headers in batch on getRows() [`#693`](https://github.com/theoephraim/node-google-spreadsheet/pull/693)
- Fix type of sheetsById in docs [`#658`](https://github.com/theoephraim/node-google-spreadsheet/pull/658)
- Update authentication.md [`#699`](https://github.com/theoephraim/node-google-spreadsheet/pull/699)
- update axios, fix new google-auth-library issue, fixes #701 #700 [`#701`](https://github.com/theoephraim/node-google-spreadsheet/issues/701)
- fix setDataValidation docs [`2bca048`](https://github.com/theoephraim/node-google-spreadsheet/commit/2bca048d1d8a81977967bfd618180461639672f2)
- Update FUNDING.yml [`5459a87`](https://github.com/theoephraim/node-google-spreadsheet/commit/5459a872b54b99364705f82da18d5c45cabb6374)
- use correct type in docs [`6d210a2`](https://github.com/theoephraim/node-google-spreadsheet/commit/6d210a2875adec62a37b108615fbd58d5803e8ec)
- allow CI manual reruns [`e10cbb1`](https://github.com/theoephraim/node-google-spreadsheet/commit/e10cbb1777cb1fe80bed822019e518e0416c0ec2)

#### [4.1.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.2...4.1.1)

- add setDataValidation [`#691`](https://github.com/theoephraim/node-google-spreadsheet/pull/691)
- fix docs typos
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": "google-spreadsheet",
"version": "4.1.2",
"version": "4.1.3",
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
"keywords": [
"google spreadsheets",
Expand Down

0 comments on commit cfee339

Please sign in to comment.