diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf0f08..be22ad9 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.9](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.8...v0.0.9) (2024-03-02) + + +### Features + +* provide the filledDataToObject util function ([a932665](https://github.com/Gumball12/google-spreadsheet-dts/commit/a932665ff6a575b793e355eca2b559f254c182d0)) + ### [0.0.8](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.7...v0.0.8) (2024-03-02) diff --git a/package.json b/package.json index a3dc5a7..20d22e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-spreadsheet-dts", "description": "d.ts for Google Spreadsheet", - "version": "0.0.8", + "version": "0.0.9", "type": "module", "repository": { "type": "git",