Skip to content

Commit 2d895c2

Browse files
committed
chore: release v4.1.5
1 parent 21f5d3f commit 2d895c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.5](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.5...HEAD)
8+
9+
- Fix/googl auth library v10 [`#725`](https://github.com/theoephraim/node-google-spreadsheet/pull/725)
10+
- fix row.assign to use Partial<T> [`079c515`](https://github.com/theoephraim/node-google-spreadsheet/commit/079c5151c2910fbdd702ba346c685f335e13b241)
11+
- fix download method issue when gid is 0 [`d53e189`](https://github.com/theoephraim/node-google-spreadsheet/commit/d53e189d16c9b287654b8e2501918bc5c958ff1e)
12+
713
#### [4.1.4](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.4...v4.1.3)
814

915
- fix(updateProperties): getFieldMask ignore gridProperties [`#674`](https://github.com/theoephraim/node-google-spreadsheet/pull/674)

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.4",
3+
"version": "4.1.5",
44
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
55
"keywords": [
66
"google spreadsheets",

0 commit comments

Comments
 (0)