diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a02e3a06..7826356cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.26.1-alpha](https://github.com/instill-ai/console/compare/v0.26.0-alpha...v0.26.1-alpha) (2023-07-20) + + +### Bug Fixes + +* model definition icon ([#477](https://github.com/instill-ai/console/issues/477)) ([c2ca096](https://github.com/instill-ai/console/commit/c2ca0965504a2a68cc280fac77371e62cedb02b3)) +* sidebar css fix ([#475](https://github.com/instill-ai/console/issues/475)) ([ecc6038](https://github.com/instill-ai/console/commit/ecc603889dc13d157f969ad560ccc3ed3f179655)) + ## [0.26.0-alpha](https://github.com/instill-ai/console/compare/v0.25.0-alpha...v0.26.0-alpha) (2023-07-19) diff --git a/package.json b/package.json index df9fb95341..771120f353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.26.0-alpha", + "version": "0.26.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 198a6f84d4..446d21022b 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.0-alpha" + ".": "0.26.1-alpha" } \ No newline at end of file