diff --git a/CHANGELOG.md b/CHANGELOG.md index 682f0886b6..5cac94a715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2-alpha](https://github.com/instill-ai/console/compare/v0.3.1-alpha...v0.3.2-alpha) (2022-06-30) + + +### Bug Fixes + +* fix not setup node env and deps issue at image action ([56ec66d](https://github.com/instill-ai/console/commit/56ec66d3af36f9e53e177de623f390aa369f37be)) +* fix version ([#83](https://github.com/instill-ai/console/issues/83)) ([66abfc9](https://github.com/instill-ai/console/commit/66abfc9bee82180f34d2a1163a85f3f84c074887)) + ## [0.3.1-alpha](https://github.com/instill-ai/console/compare/v0.3.0-alpha...v0.3.1-alpha) (2022-06-30) diff --git a/package.json b/package.json index 6754049ae9..13ddd7e057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.3.1-alpha", + "version": "0.3.2-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 49b9d05d7d..a426dea682 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1-alpha" + ".": "0.3.2-alpha" } \ No newline at end of file