File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
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 )
8
19
9
20
- add setDataValidation [ ` #691 ` ] ( https://github.com/theoephraim/node-google-spreadsheet/pull/691 )
10
21
- fix docs typos
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " google-spreadsheet" ,
3
- "version" : " 4.1.2 " ,
3
+ "version" : " 4.1.3 " ,
4
4
"description" : " Google Sheets API -- simple interface to read/write data and manage sheets" ,
5
5
"keywords" : [
6
6
" google spreadsheets" ,
You can’t perform that action at this time.
0 commit comments