diff --git a/.changeset/late-sheep-decide.md b/.changeset/late-sheep-decide.md deleted file mode 100644 index 54a7465..0000000 --- a/.changeset/late-sheep-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/tool-google-drive": patch ---- - -Fixed: Add defensive watch renewal for Google Drive diff --git a/tools/google-drive/CHANGELOG.md b/tools/google-drive/CHANGELOG.md index 69113a7..5171b93 100644 --- a/tools/google-drive/CHANGELOG.md +++ b/tools/google-drive/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/tool-google-drive +## 0.2.1 + +### Fixed + +- Add defensive watch renewal for Google Drive ([`59cc5d0`](https://github.com/plotday/plot/commit/59cc5d067a84b4950b96de8498e791b1c9b914cf)) + ## 0.2.0 ### Changed diff --git a/tools/google-drive/package.json b/tools/google-drive/package.json index 1531425..0d934f4 100644 --- a/tools/google-drive/package.json +++ b/tools/google-drive/package.json @@ -4,7 +4,7 @@ "description": "Sync documents comments from Google Drive", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",