From fa326791f6421b837351ecb6fd0d067848764d79 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:59:36 +0000 Subject: [PATCH] chore(main): release 0.19.0-alpha (#364) :robot: I have created a release *beep* *boop* --- ## [0.19.0-alpha](https://github.com/instill-ai/console/compare/v0.18.0-alpha...v0.19.0-alpha) (2023-03-01) ### Features * expose a env that can disable all create, update, delete action ([#363](https://github.com/instill-ai/console/issues/363)) ([acdc412](https://github.com/instill-ai/console/commit/acdc4125ae8342b0b6ffde0b726e3670e31e1591)) --- 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 | 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 9d5bedc975..745a412b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.0-alpha](https://github.com/instill-ai/console/compare/v0.18.0-alpha...v0.19.0-alpha) (2023-03-01) + + +### Features + +* expose a env that can disable all create, update, delete action ([#363](https://github.com/instill-ai/console/issues/363)) ([acdc412](https://github.com/instill-ai/console/commit/acdc4125ae8342b0b6ffde0b726e3670e31e1591)) + ## [0.18.0-alpha](https://github.com/instill-ai/console/compare/v0.17.0-alpha...v0.18.0-alpha) (2023-02-27) diff --git a/package.json b/package.json index 402101b8a2..897a32b681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.18.0-alpha", + "version": "0.19.0-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 515da0fc7e..566434000a 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0-alpha" + ".": "0.19.0-alpha" } \ No newline at end of file