Skip to content

Commit

Permalink
chore: release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Ephraim committed Sep 7, 2023
1 parent 3ef8fcf commit a4633ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.0.3](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.0.2...4.0.3)

- docs: get/set are sync methods [`#637`](https://github.com/theoephraim/node-google-spreadsheet/pull/637)
- docs(readme.md): fix wrong import [`#633`](https://github.com/theoephraim/node-google-spreadsheet/pull/633)
- docs: docs cleanup and improvements [`882bd73`](https://github.com/theoephraim/node-google-spreadsheet/commit/882bd73467dce8c58bd7b48aa519cee2372955d8)
- docs(small updates): fixed a few small grammar issues and copied readme to docs index [`867bb63`](https://github.com/theoephraim/node-google-spreadsheet/commit/867bb6346fb707016d48ae46fd833c3a658f8fdd)
- fix: handle trimming null/undefined header values [`3ef8fcf`](https://github.com/theoephraim/node-google-spreadsheet/commit/3ef8fcf4f8fdd1b29424f84f10fbe297e27c1bcb)
- build: call build in release task [`c306dc0`](https://github.com/theoephraim/node-google-spreadsheet/commit/c306dc0b7bcf620e37173f2dca796e7a3ff8b4f6)

#### [4.0.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.0.1...4.0.2)

- fix: lodash imports needs explicit .js extension [`4cad156`](https://github.com/theoephraim/node-google-spreadsheet/commit/4cad15611d259c3e2e40fbeff5c95952e683ae4d)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-spreadsheet",
"version": "4.0.2",
"version": "4.0.3",
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
"keywords": [
"google spreadsheets",
Expand Down Expand Up @@ -101,4 +101,4 @@
"volta": {
"node": "18.16.0"
}
}
}

0 comments on commit a4633ab

Please sign in to comment.