From a3f7bffc829e52f92a061962e45901d5c9f14c39 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:25:29 +0100 Subject: [PATCH] chore(main): release 0.5.1-alpha (#156) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f902ff436..960170fb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1-alpha](https://github.com/instill-ai/console/compare/v0.5.0-alpha...v0.5.1-alpha) (2022-07-13) + + +### Bug Fixes + +* fix delete resource issue ([#155](https://github.com/instill-ai/console/issues/155)) ([6b79630](https://github.com/instill-ai/console/commit/6b79630c19952c53622098a072eab5b290133325)) + ## [0.5.0-alpha](https://github.com/instill-ai/console/compare/v0.4.0-alpha...v0.5.0-alpha) (2022-07-12) diff --git a/package.json b/package.json index cdb58ad4f1..2829aa7a10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.5.0-alpha", + "version": "0.5.1-alpha", "main": "index.js", "repository": "https://github.com/instill-ai/console.git", "author": "Instill AI", diff --git a/release-please/manifest.json b/release-please/manifest.json index 8acd81fbf7..28b0cadbb1 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0-alpha" + ".": "0.5.1-alpha" } \ No newline at end of file