Skip to content

Commit

Permalink
chore: release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Ephraim committed Nov 6, 2023
1 parent 93711cf commit deb7dfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.1...v4.1.0)

- chore(deps): allow google-auth-library@^9.0.0 [`#657`](https://github.com/theoephraim/node-google-spreadsheet/pull/657)
- docs: remove outdated reference to `doc.useServiceAccountAuth()` [`a60104b`](https://github.com/theoephraim/node-google-spreadsheet/commit/a60104b4ffca244c0151190a88db7311b4f5b811)

#### [4.1.0](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.0...v4.0.3)

- fix: match color style field to that in google api [`fce1605`](https://github.com/theoephraim/node-google-spreadsheet/commit/fce160545037b8a0ab456ea26cf169d0cc79cdb8)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-spreadsheet",
"version": "4.1.0",
"version": "4.1.1",
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
"keywords": [
"google spreadsheets",
Expand Down Expand Up @@ -101,4 +101,4 @@
"volta": {
"node": "18.16.0"
}
}
}

0 comments on commit deb7dfa

Please sign in to comment.