Skip to content

Commit deb7dfa

Browse files
author
Theo Ephraim
committed
chore: release v4.1.1
1 parent 93711cf commit deb7dfa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. Dates are d
55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

77

8+
#### [4.1.1](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.1...v4.1.0)
9+
10+
- chore(deps): allow google-auth-library@^9.0.0 [`#657`](https://github.com/theoephraim/node-google-spreadsheet/pull/657)
11+
- docs: remove outdated reference to `doc.useServiceAccountAuth()` [`a60104b`](https://github.com/theoephraim/node-google-spreadsheet/commit/a60104b4ffca244c0151190a88db7311b4f5b811)
12+
813
#### [4.1.0](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.0...v4.0.3)
914

1015
- fix: match color style field to that in google api [`fce1605`](https://github.com/theoephraim/node-google-spreadsheet/commit/fce160545037b8a0ab456ea26cf169d0cc79cdb8)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-spreadsheet",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
55
"keywords": [
66
"google spreadsheets",
@@ -101,4 +101,4 @@
101101
"volta": {
102102
"node": "18.16.0"
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)