Skip to content

Commit f149219

Browse files
author
Theo Ephraim
committed
chore: release v4.0.2
1 parent 4cad156 commit f149219

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"git": {
3-
"commitMessage": "chore: release v${version}"
3+
"commitMessage": "chore: release v${version}",
4+
"requireCleanWorkingDir": false
45
},
56
"github": {
67
"release": true

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.0.2](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.0.1...4.0.2)
8+
9+
- fix: lodash imports needs explicit .js extension [`4cad156`](https://github.com/theoephraim/node-google-spreadsheet/commit/4cad15611d259c3e2e40fbeff5c95952e683ae4d)
10+
711
#### [v4.0.1](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.0.0...4.0.1)
812

913
- chore: switch back from lodash-es to lodash to avoid ESM issues [`c808eed`](https://github.com/theoephraim/node-google-spreadsheet/commit/c808eed681ca7e5c8ac06bf5229686fca610dc19)
@@ -24,7 +28,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2428
- fully deprecated `sheet.getInfo`,
2529
- chore: set up release tooling (release-it, auto-changelog, commitizen) [`dc831e3`](https://github.com/theoephraim/node-google-spreadsheet/commit/dc831e3ea3e8dd35455ca5137919f1d74da4d34a)
2630

27-
2831
#### [v3.3.0](https://github.com/theoephraim/node-google-spreadsheet/compare/v3.2.0...v3.3.0)
2932

3033
> 13 May 2022

package.json

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

0 commit comments

Comments
 (0)