Skip to content

Commit a7260d8

Browse files
author
Theo Ephraim
committed
chore: release v4.1.0
1 parent 8ba5c22 commit a7260d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
8+
#### [4.1.0](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.0...v4.0.3)
9+
10+
- fix: match color style field to that in google api [`fce1605`](https://github.com/theoephraim/node-google-spreadsheet/commit/fce160545037b8a0ab456ea26cf169d0cc79cdb8)
11+
712
#### [4.0.3](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.0.2...4.0.3)
813

914
- docs: get/set are sync methods [`#637`](https://github.com/theoephraim/node-google-spreadsheet/pull/637)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-spreadsheet",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
55
"keywords": [
66
"google spreadsheets",

0 commit comments

Comments
 (0)