diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8aa5ab33..bd038b9dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.24.1-alpha](https://github.com/instill-ai/console/compare/v0.24.0-alpha...v0.24.1-alpha) (2023-06-21) + + +### Miscellaneous + +* **connector:** adapt the new connector definition ([#426](https://github.com/instill-ai/console/issues/426)) ([e579d76](https://github.com/instill-ai/console/commit/e579d768465a5962898fd9b65d7ce560cffeedef)) +* fix release-please config ([#427](https://github.com/instill-ai/console/issues/427)) ([1fa8966](https://github.com/instill-ai/console/commit/1fa896626ace2d04229350caa6704092e45acd3c)) + ## [0.24.0-alpha](https://github.com/instill-ai/console/compare/v0.23.0-alpha...v0.24.0-alpha) (2023-06-11) diff --git a/package.json b/package.json index c3abf4ee5b..41062e3b83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.24.0-alpha", + "version": "0.24.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 30d32b67ef..a51c47abe5 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0-alpha" + ".": "0.24.1-alpha" } \ No newline at end of file