Skip to content

Commit

Permalink
chore(main): release 0.20.1-alpha (#385)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.20.1-alpha](v0.20.0-alpha...v0.20.1-alpha)
(2023-03-27)


### Bug Fixes

* fix onboarding issue when vdp had user in db
([#384](#384))
([6e0f3b5](6e0f3b5))
* update token no matter db had user or not
([#386](#386))
([2c59339](2c59339))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Mar 27, 2023
1 parent 2c59339 commit 118bde1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.20.1-alpha](https://github.com/instill-ai/console/compare/v0.20.0-alpha...v0.20.1-alpha) (2023-03-27)


### Bug Fixes

* fix onboarding issue when vdp had user in db ([#384](https://github.com/instill-ai/console/issues/384)) ([6e0f3b5](https://github.com/instill-ai/console/commit/6e0f3b53b35a3c81332174808291183bff9ff9bc))
* update token no matter db had user or not ([#386](https://github.com/instill-ai/console/issues/386)) ([2c59339](https://github.com/instill-ai/console/commit/2c5933928985c6ed915f2ce22f010bb5ec6240d5))

## [0.20.0-alpha](https://github.com/instill-ai/console/compare/v0.19.0-alpha...v0.20.0-alpha) (2023-03-26)


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.20.0-alpha",
"version": "0.20.1-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.20.0-alpha"
".": "0.20.1-alpha"
}

0 comments on commit 118bde1

Please sign in to comment.