Skip to content

Commit

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


##
[0.7.0-alpha](instill-ai/component@v0.6.1-alpha...v0.7.0-alpha)
(2023-11-09)


### Features

* **component:** support json reference
([instill-ai#20](instill-ai#20))
([bafafe9](instill-ai@bafafe9))


### Bug Fixes

* **component:** fix `instillShortDescription` parser bug
([instill-ai#28](instill-ai#28))
([7f528ae](instill-ai@7f528ae))
* **component:** fix jsonreference pointer bug
([instill-ai#29](instill-ai#29))
([dc5371e](instill-ai@dc5371e))
* **schema:** fix schema inconsistent naming
([instill-ai#23](instill-ai#23))
([dd7aa52](instill-ai@dd7aa52))

---
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 Nov 11, 2023
1 parent 64b2620 commit 5c2a8fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.0-alpha](https://github.com/instill-ai/component/compare/v0.6.1-alpha...v0.7.0-alpha) (2023-11-09)


### Features

* **component:** support json reference ([#20](https://github.com/instill-ai/component/issues/20)) ([bafafe9](https://github.com/instill-ai/component/commit/bafafe960082eb4b6b85137cc85cf71ff6dec987))


### Bug Fixes

* **component:** fix `instillShortDescription` parser bug ([#28](https://github.com/instill-ai/component/issues/28)) ([7f528ae](https://github.com/instill-ai/component/commit/7f528aef1869ce1db2f541a26d6791cabcecd59a))
* **component:** fix jsonreference pointer bug ([#29](https://github.com/instill-ai/component/issues/29)) ([dc5371e](https://github.com/instill-ai/component/commit/dc5371eae05c071a7d4ee72193a4a49a81614e7d))
* **schema:** fix schema inconsistent naming ([#23](https://github.com/instill-ai/component/issues/23)) ([dd7aa52](https://github.com/instill-ai/component/commit/dd7aa52dc2cd5185733543ec0d9171b161cee149))

## [0.6.1-alpha](https://github.com/instill-ai/component/compare/v0.6.0-alpha...v0.6.1-alpha) (2023-10-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.6.1-alpha"
".": "0.7.0-alpha"
}

0 comments on commit 5c2a8fe

Please sign in to comment.