Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 1f5bf64

Browse files
author
Juha Mustonen
committed
Release 0.4.1
1 parent 5c7c40b commit 1f5bf64

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Fetch cell contents from one worksheet
140140

141141
## Changelog
142142

143+
- 0.4.1: Fixed the double letter range issue, like: `A1:AA5`
143144
- 0.4.0: Added support for setting auth scope (makes module usable with other Google APIs as well)
144145
- 0.3.0: Using native promises if available, added `rowCount` and `colCount` to `getSheet()` response
145146
- 0.2.3: Improved documentation

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.0",
3+
"version": "0.4.1",
44
"description": "Unofficial Google Sheets node API",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)