Skip to content

Commit

Permalink
chore(main): release 0.10.1-alpha (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Aug 19, 2022
1 parent a85f74e commit 1923745
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.1-alpha](https://github.com/instill-ai/console/compare/v0.10.0-alpha...v0.10.1-alpha) (2022-08-19)


### Bug Fixes

* fix various typo ([#239](https://github.com/instill-ai/console/issues/239)) ([a85f74e](https://github.com/instill-ai/console/commit/a85f74e48c53f47782a01c367b6e1854f6c9776d))

## [0.10.0-alpha](https://github.com/instill-ai/console/compare/v0.9.0-alpha...v0.10.0-alpha) (2022-08-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.10.0-alpha",
"version": "0.10.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.10.0-alpha"
".": "0.10.1-alpha"
}

0 comments on commit 1923745

Please sign in to comment.