Skip to content

Commit 777426b

Browse files
author
Juha Mustonen
committed
Release 0.4.3
1 parent 22ecdc4 commit 777426b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ An unofficial client for *reading* data from Google Sheets, since [googleapis do
88

99
<!-- MarkdownTOC depth=3 autolink=true bracket=round -->
1010

11-
- [Usage](#usage)
12-
- [API](#api)
11+
- [google-sheets-api](#google-sheets-api)
12+
- [Usage](#usage)
13+
- [API](#api)
1314
- [Sheets(options)](#sheetsoptions)
1415
- [sheets.getSheets(id, sheetId)](#sheetsgetsheetsid-sheetid)
1516
- [sheets.getSheet(id, sheetId)](#sheetsgetsheetid-sheetid)
1617
- [sheets.getRange(id, sheetId, rangeInfo)](#sheetsgetrangeid-sheetid-rangeinfo)
1718
- [sheets.getCells(id, sheetId)](#sheetsgetcellsid-sheetid)
18-
- [Changelog](#changelog)
19-
- [License](#license)
20-
- [Credit](#credit)
19+
- [Changelog](#changelog)
20+
- [License](#license)
21+
- [Credit](#credit)
2122

2223
<!-- /MarkdownTOC -->
2324

@@ -140,6 +141,7 @@ Fetch cell contents from one worksheet
140141

141142
## Changelog
142143

144+
- 0.4.3: Fixed JWT auth issue with recent Google API
143145
- 0.4.2: Updated dependencies / fixed vulnerabilities
144146
- 0.4.1: Fixed the double letter range issue, like: `A1:AA5`
145147
- 0.4.0: Added support for setting auth scope (makes module usable with other Google APIs as well)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-sheets-api",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Unofficial Google Sheets node API",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)