Skip to content

Commit e82d3bf

Browse files
authored
chore(main): release 0.12.0-alpha (#277)
1 parent e1833a3 commit e82d3bf

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [0.12.0-alpha](https://github.com/instill-ai/console/compare/v0.11.0-alpha...v0.12.0-alpha) (2022-09-18)
4+
5+
6+
### Features
7+
8+
* add model integration test - huggingface, github, local ([#276](https://github.com/instill-ai/console/issues/276)) ([32ea70a](https://github.com/instill-ai/console/commit/32ea70a847f47e30e5bf88c5cc6263efaf5431a0))
9+
* add the destination integration test ([#279](https://github.com/instill-ai/console/issues/279)) ([c218201](https://github.com/instill-ai/console/commit/c218201124cb60107557d3b2bbab169ac4ffb49a))
10+
* Implement pipeline e2e test ([#280](https://github.com/instill-ai/console/issues/280)) ([e1833a3](https://github.com/instill-ai/console/commit/e1833a332fcd6abbd52b04c07235f91ec47fae6f))
11+
12+
13+
### Bug Fixes
14+
15+
* fix instance cell not refresh issue ([#278](https://github.com/instill-ai/console/issues/278)) ([7c1a291](https://github.com/instill-ai/console/commit/7c1a291a2828193b273e886d29e5539bb0a55eeb))
16+
317
## [0.11.0-alpha](https://github.com/instill-ai/console/compare/v0.10.3-alpha...v0.11.0-alpha) (2022-09-07)
418

519

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.11.0-alpha",
3+
"version": "0.12.0-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.11.0-alpha"
2+
".": "0.12.0-alpha"
33
}

0 commit comments

Comments
 (0)