Skip to content

Commit

Permalink
chore(main): release 0.13.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Sep 23, 2022
1 parent a26e599 commit 6355082
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.13.0-alpha](https://github.com/instill-ai/console/compare/v0.12.0-alpha...v0.13.0-alpha) (2022-09-23)


### Features

* Finish integration test and make it stable ([#281](https://github.com/instill-ai/console/issues/281)) ([3fd8d21](https://github.com/instill-ai/console/commit/3fd8d217eab93909c7be74c02f2d75d42c7c385f))


### Bug Fixes

* fix pipeline e2e not stable ([#285](https://github.com/instill-ai/console/issues/285)) ([a26e599](https://github.com/instill-ai/console/commit/a26e5994f192446c0ca5405a4f2425d7e13f3176))
* fix set-cookie api route issue due to wrong domain name ([#284](https://github.com/instill-ai/console/issues/284)) ([c3efcdd](https://github.com/instill-ai/console/commit/c3efcdd7e546da3ed88571668a1195102dc3415b))

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


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.12.0-alpha",
"version": "0.13.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.12.0-alpha"
".": "0.13.0-alpha"
}

0 comments on commit 6355082

Please sign in to comment.