Skip to content

Commit

Permalink
chore(main): release 0.12.0-alpha (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot authored Sep 20, 2022
1 parent e1833a3 commit e82d3bf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.12.0-alpha](https://github.com/instill-ai/console/compare/v0.11.0-alpha...v0.12.0-alpha) (2022-09-18)


### Features

* 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))
* add the destination integration test ([#279](https://github.com/instill-ai/console/issues/279)) ([c218201](https://github.com/instill-ai/console/commit/c218201124cb60107557d3b2bbab169ac4ffb49a))
* Implement pipeline e2e test ([#280](https://github.com/instill-ai/console/issues/280)) ([e1833a3](https://github.com/instill-ai/console/commit/e1833a332fcd6abbd52b04c07235f91ec47fae6f))


### Bug Fixes

* fix instance cell not refresh issue ([#278](https://github.com/instill-ai/console/issues/278)) ([7c1a291](https://github.com/instill-ai/console/commit/7c1a291a2828193b273e886d29e5539bb0a55eeb))

## [0.11.0-alpha](https://github.com/instill-ai/console/compare/v0.10.3-alpha...v0.11.0-alpha) (2022-09-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instillai-console",
"version": "0.11.0-alpha",
"version": "0.12.0-alpha",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.0-alpha"
".": "0.12.0-alpha"
}

0 comments on commit e82d3bf

Please sign in to comment.