Skip to content

Commit 49dcf4e

Browse files
authored
chore(main): release 0.3.3-alpha (#85)
1 parent 03b32b9 commit 49dcf4e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.3-alpha](https://github.com/instill-ai/console/compare/v0.3.2-alpha...v0.3.3-alpha) (2022-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* fix condition issue when installing deps at image action ([#84](https://github.com/instill-ai/console/issues/84)) ([03b32b9](https://github.com/instill-ai/console/commit/03b32b9c63e7620d28a671aefdd9fee7b22e1ab0))
9+
310
## [0.3.2-alpha](https://github.com/instill-ai/console/compare/v0.3.1-alpha...v0.3.2-alpha) (2022-06-30)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instillai-console",
3-
"version": "0.3.2-alpha",
3+
"version": "0.3.3-alpha",
44
"main": "index.js",
55
"repository": "https://github.com/instill-ai/console.git",
66
"author": "Instill AI",

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2-alpha"
2+
".": "0.3.3-alpha"
33
}

0 commit comments

Comments
 (0)