From 61bc2adf4b34790af828f5b46216700860cefa8f Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:37:41 +0100 Subject: [PATCH] chore(main): release 0.27.3-beta (#332) :robot: I have created a release *beep* *boop* --- ## [0.27.3-beta](https://github.com/instill-ai/component/compare/v0.27.2-beta...v0.27.3-beta) (2024-09-12) ### Bug Fixes * **text:** bug of infinity loop ([#331](https://github.com/instill-ai/component/issues/331)) ([4387219](https://github.com/instill-ai/component/commit/4387219335b965599a68fdf3075668538f6825ae)) * **text:** fix memory problem ([#333](https://github.com/instill-ai/component/issues/333)) ([2a74fee](https://github.com/instill-ai/component/commit/2a74fee3709b7e9c750999a283fd8cc4c9d53bcb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 8 ++++++++ release-please/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64c6fd4..f4a7ae70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.27.3-beta](https://github.com/instill-ai/component/compare/v0.27.2-beta...v0.27.3-beta) (2024-09-12) + + +### Bug Fixes + +* **text:** bug of infinity loop ([#331](https://github.com/instill-ai/component/issues/331)) ([4387219](https://github.com/instill-ai/component/commit/4387219335b965599a68fdf3075668538f6825ae)) +* **text:** fix memory problem ([#333](https://github.com/instill-ai/component/issues/333)) ([2a74fee](https://github.com/instill-ai/component/commit/2a74fee3709b7e9c750999a283fd8cc4c9d53bcb)) + ## [0.27.2-beta](https://github.com/instill-ai/component/compare/v0.27.1-beta...v0.27.2-beta) (2024-09-12) diff --git a/release-please/manifest.json b/release-please/manifest.json index 3bac4b4d..0cd91dad 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.2-beta" + ".": "0.27.3-beta" }