Skip to content

Commit

Permalink
chore: release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Ephraim committed Jun 28, 2023
1 parent 4cad156 commit f149219
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": false
},
"github": {
"release": true
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.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)

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

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


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

> 13 May 2022
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.0.1",
"version": "4.0.2",
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
"keywords": [
"google spreadsheets",
Expand Down

0 comments on commit f149219

Please sign in to comment.