diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c0a28..fcf0f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.8](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.7...v0.0.8) (2024-03-02) + + +### Features + +* add descriptions for performance ([2136e23](https://github.com/Gumball12/google-spreadsheet-dts/commit/2136e23be2f15213b18c1969fa4815fa773cc5e6)) + + +### Bug Fixes + +* package entry ([95bd633](https://github.com/Gumball12/google-spreadsheet-dts/commit/95bd6336067066db8c7f828934549eb877b81847)) + ### [0.0.7](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.6...v0.0.7) (2024-03-02) diff --git a/package.json b/package.json index 6705bce..a3dc5a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-spreadsheet-dts", "description": "d.ts for Google Spreadsheet", - "version": "0.0.7", + "version": "0.0.8", "type": "module", "repository": { "type": "git",