Skip to content

Commit

Permalink
chore: release v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Sep 3, 2024
1 parent 927e9e8 commit 6a9e666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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.4](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.4...v4.1.3)

- fix(updateProperties): getFieldMask ignore gridProperties [`#674`](https://github.com/theoephraim/node-google-spreadsheet/pull/674)
- add dmno and remove/encrypt test-related secrets, swap jest for vitest [`927e9e8`](https://github.com/theoephraim/node-google-spreadsheet/commit/927e9e8618404e9f0bea6acc8e1aa95bce22e4e8)

#### [4.1.3](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.3...v4.1.2)

- Read headers in batch on getRows() [`#693`](https://github.com/theoephraim/node-google-spreadsheet/pull/693)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-spreadsheet",
"version": "4.1.3",
"version": "4.1.4",
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
"keywords": [
"google spreadsheets",
Expand Down

0 comments on commit 6a9e666

Please sign in to comment.