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 Oct 3, 2022
1 parent 76a6f99 commit eae1499
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Features

* extend the time span of our user cookie ([#289](https://github.com/instill-ai/console/issues/289)) ([76a6f99](https://github.com/instill-ai/console/commit/76a6f99b89e6a10517149167432c0b70a7906e1f))
* 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))
* update console request URL according to new protobuf ([#287](https://github.com/instill-ai/console/issues/287)) ([fa7ecc3](https://github.com/instill-ai/console/commit/fa7ecc33a2a6aa9dfe74d427d5c184c9fc51ae69))


### 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 eae1499

Please sign in to comment.