Skip to content

Commit 6a9e666

Browse files
committed
chore: release v4.1.4
1 parent 927e9e8 commit 6a9e666

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+
#### [4.1.4](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.4...v4.1.3)
8+
9+
- fix(updateProperties): getFieldMask ignore gridProperties [`#674`](https://github.com/theoephraim/node-google-spreadsheet/pull/674)
10+
- add dmno and remove/encrypt test-related secrets, swap jest for vitest [`927e9e8`](https://github.com/theoephraim/node-google-spreadsheet/commit/927e9e8618404e9f0bea6acc8e1aa95bce22e4e8)
11+
712
#### [4.1.3](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.3...v4.1.2)
813

914
- Read headers in batch on getRows() [`#693`](https://github.com/theoephraim/node-google-spreadsheet/pull/693)

package.json

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

0 commit comments

Comments
 (0)