From deb7dfa0ae632227264b3f108762653c004fa379 Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Mon, 6 Nov 2023 10:57:09 -0800 Subject: [PATCH] chore: release v4.1.1 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adad47..674787f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 61c43b0..3f8725d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -101,4 +101,4 @@ "volta": { "node": "18.16.0" } -} \ No newline at end of file +}