From a09b1e1571e42f7e8915f27cf6e33a0631928bd4 Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Tue, 27 Jun 2023 09:00:04 -0700 Subject: [PATCH] v4.0.1 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ff23d..c4bcd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +#### [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) + #### [v4.0.0](https://github.com/theoephraim/node-google-spreadsheet/compare/v3.3.0...v4.0.0) - Typescript rewrite! [`903e923`](https://github.com/theoephraim/node-google-spreadsheet/commit/903e923803dd645b608140a031bc60e5011a84e5)