Skip to content

Commit

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


##
[0.16.1-alpha](v0.16.0-alpha...v0.16.1-alpha)
(2023-10-27)


### Bug Fixes

* **migration:** fix db connection bug
([#279](#279))
([028a093](028a093))
* **service:** fix basic view should return null recipe
([#281](#281))
([5d0367c](5d0367c))


### Miscellaneous Chores

* **release:** release v0.16.1-alpha
([8552d59](8552d59))

---
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 Oct 27, 2023
1 parent 8552d59 commit beff74f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.16.1-alpha](https://github.com/instill-ai/pipeline-backend/compare/v0.16.0-alpha...v0.16.1-alpha) (2023-10-27)


### Bug Fixes

* **migration:** fix db connection bug ([#279](https://github.com/instill-ai/pipeline-backend/issues/279)) ([028a093](https://github.com/instill-ai/pipeline-backend/commit/028a093d7e8eeeb12755f144c9a9b0b7bbf7d01c))
* **service:** fix basic view should return null recipe ([#281](https://github.com/instill-ai/pipeline-backend/issues/281)) ([5d0367c](https://github.com/instill-ai/pipeline-backend/commit/5d0367c441b77b176c0fe0c509b47d98ba123bc1))


### Miscellaneous Chores

* **release:** release v0.16.1-alpha ([8552d59](https://github.com/instill-ai/pipeline-backend/commit/8552d59a7c10ee711b2153dadd504acd5fea7ec8))

## [0.16.0-alpha](https://github.com/instill-ai/pipeline-backend/compare/v0.15.1-alpha...v0.16.0-alpha) (2023-10-13)


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.16.0-alpha"
".": "0.16.1-alpha"
}

0 comments on commit beff74f

Please sign in to comment.