From e0ae65278baab179e05159e90615b625c0b8c061 Mon Sep 17 00:00:00 2001 From: Gumball12 Date: Sun, 10 Mar 2024 01:40:13 +0900 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713c09a..fc8606e 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.1.0](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.11...v0.1.0) (2024-03-09) + + +### Features + +* provide online sandbox ([48902f4](https://github.com/Gumball12/google-spreadsheet-dts/commit/48902f4ad912595e9a351157b9a24992c8f04f39)) + + +### Bug Fixes + +* do not test the demo code ([96ff28d](https://github.com/Gumball12/google-spreadsheet-dts/commit/96ff28dc3e025de89f960def256fe94bcbaa95ae)) + ### [0.0.11](https://github.com/Gumball12/google-spreadsheet-dts/compare/v0.0.10...v0.0.11) (2024-03-09) diff --git a/package.json b/package.json index 59317df..2f1e81b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-spreadsheet-dts", "description": "d.ts for Google Spreadsheet", - "version": "0.0.11", + "version": "0.1.0", "type": "module", "repository": { "type": "git",