Skip to content

Commit

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


##
[0.13.0-beta](v0.12.0-beta...v0.13.0-beta)
(2024-03-07)


### Features

* expose description field in component entities
([#62](#62))
([85bbc22](85bbc22))
* simplify `openapi_specifications` to `data_specifications`
([#64](#64))
([7c27d15](7c27d15))


### Bug Fixes

* **vdp:** better casting errors
([#65](#65))
([81e34c4](81e34c4))

---
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 committed Mar 12, 2024
1 parent 7c27d15 commit bd4ad7f
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.13.0-beta](https://github.com/instill-ai/component/compare/v0.12.0-beta...v0.13.0-beta) (2024-03-07)


### Features

* expose description field in component entities ([#62](https://github.com/instill-ai/component/issues/62)) ([85bbc22](https://github.com/instill-ai/component/commit/85bbc223c1df208d0c619af20a6ad693761dc36f))
* simplify `openapi_specifications` to `data_specifications` ([#64](https://github.com/instill-ai/component/issues/64)) ([7c27d15](https://github.com/instill-ai/component/commit/7c27d15e4e01290b728458a2f711029bb600a0a8))


### Bug Fixes

* **vdp:** better casting errors ([#65](https://github.com/instill-ai/component/issues/65)) ([81e34c4](https://github.com/instill-ai/component/commit/81e34c476e97f388d46b9cdb496291748b897c63))

## [0.12.0-beta](https://github.com/instill-ai/component/compare/v0.11.0-beta...v0.12.0-beta) (2024-02-27)


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-beta"
".": "0.13.0-beta"
}

0 comments on commit bd4ad7f

Please sign in to comment.