Skip to content

Commit cfee339

Browse files
committed
chore: release v4.1.3
1 parent 3fe15c1 commit cfee339

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7-
#### [4.1.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.2...HEAD)
7+
#### [4.1.3](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.3...v4.1.2)
8+
9+
- Read headers in batch on getRows() [`#693`](https://github.com/theoephraim/node-google-spreadsheet/pull/693)
10+
- Fix type of sheetsById in docs [`#658`](https://github.com/theoephraim/node-google-spreadsheet/pull/658)
11+
- Update authentication.md [`#699`](https://github.com/theoephraim/node-google-spreadsheet/pull/699)
12+
- update axios, fix new google-auth-library issue, fixes #701 #700 [`#701`](https://github.com/theoephraim/node-google-spreadsheet/issues/701)
13+
- fix setDataValidation docs [`2bca048`](https://github.com/theoephraim/node-google-spreadsheet/commit/2bca048d1d8a81977967bfd618180461639672f2)
14+
- Update FUNDING.yml [`5459a87`](https://github.com/theoephraim/node-google-spreadsheet/commit/5459a872b54b99364705f82da18d5c45cabb6374)
15+
- use correct type in docs [`6d210a2`](https://github.com/theoephraim/node-google-spreadsheet/commit/6d210a2875adec62a37b108615fbd58d5803e8ec)
16+
- allow CI manual reruns [`e10cbb1`](https://github.com/theoephraim/node-google-spreadsheet/commit/e10cbb1777cb1fe80bed822019e518e0416c0ec2)
17+
18+
#### [4.1.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.2...4.1.1)
819

920
- add setDataValidation [`#691`](https://github.com/theoephraim/node-google-spreadsheet/pull/691)
1021
- fix docs typos

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-spreadsheet",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
55
"keywords": [
66
"google spreadsheets",

0 commit comments

Comments
 (0)