diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80fa7f47..81f45979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 20.x - name: Install dependencies uses: borales/actions-yarn@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d3f87a..6c76b6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.6.0 + +- Fixed an issue that can occur when unmounting the usePlaidLink hook before the underlying script tag is loaded + ## 3.5.2 - Fix rerender issue with PlaidEmbeddedLink diff --git a/Makefile b/Makefile index 9beec787..211033f1 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ clean: .PHONY: build build: clean + git status + ls node_modules + cat node_modules/react-script-hook/package.json | grep version yarn patch-package @$(ROLLUP) -c