diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5a32a..713c09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.11](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.10...v0.0.11) (2024-03-09) + + +### Bug Fixes + +* dynamic import writeFile() for browser ([118c22b](https://github.com/Gumball12/google-spreadsheet-dts/commit/118c22b4a1d8e54cc1c0b3688f551ec0e19a949c)) + ### [0.0.10](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.9...v0.0.10) (2024-03-02) ### [0.0.9](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.8...v0.0.9) (2024-03-02) diff --git a/package.json b/package.json index aa2e34c..59317df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-spreadsheet-dts", "description": "d.ts for Google Spreadsheet", - "version": "0.0.10", + "version": "0.0.11", "type": "module", "repository": { "type": "git",