From 7ab7ebf3853f10397e9adc0ddf6436b071263c0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:30:39 +0800 Subject: [PATCH] chore: new release (#12) Co-authored-by: github-actions[bot] --- .changeset/brave-glasses-protect.md | 5 ----- packages/next-youtube-livechat/CHANGELOG.md | 6 ++++++ packages/next-youtube-livechat/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/brave-glasses-protect.md diff --git a/.changeset/brave-glasses-protect.md b/.changeset/brave-glasses-protect.md deleted file mode 100644 index 36e706c..0000000 --- a/.changeset/brave-glasses-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-youtube-livechat": patch ---- - -fix(api): livestream thumbnail parser method diff --git a/packages/next-youtube-livechat/CHANGELOG.md b/packages/next-youtube-livechat/CHANGELOG.md index 12923a2..0a3d512 100644 --- a/packages/next-youtube-livechat/CHANGELOG.md +++ b/packages/next-youtube-livechat/CHANGELOG.md @@ -1,5 +1,11 @@ # next-youtube-livechat +## 0.1.29 + +### Patch Changes + +- [#11](https://github.com/sawaYch/next-youtube-livechat/pull/11) [`e100ee6`](https://github.com/sawaYch/next-youtube-livechat/commit/e100ee692234e3bd409a1d8010a46a8f5cc6d2d2) Thanks [@sawaYch](https://github.com/sawaYch)! - fix(api): livestream thumbnail parser method + ## 0.1.28 ### Patch Changes diff --git a/packages/next-youtube-livechat/package.json b/packages/next-youtube-livechat/package.json index 60dd8ab..4f84b16 100644 --- a/packages/next-youtube-livechat/package.json +++ b/packages/next-youtube-livechat/package.json @@ -1,6 +1,6 @@ { "name": "next-youtube-livechat", - "version": "0.1.28", + "version": "0.1.29", "private": false, "description": "Fetch YouTube live chat without API using NextJS + React Hook which bypass CORS.", "author": "Sawa",