From cfee339b214f2516531fbeec215cefe9e37ba388 Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Sat, 31 Aug 2024 14:31:45 -0700 Subject: [PATCH] chore: release v4.1.3 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645c5cf..99b156f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index beaf38c..3cdc991 100644 --- a/package.json +++ b/package.json @@ -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",