-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(develop): release q 0.6.0 (#12)
🤖 I have created a release *beep* *boop* --- ## [0.6.0](q-v0.5.0...q-v0.6.0) (2024-08-16) ### Features * add functionality to download and resolve messages from manifest document ([222443a](222443a)) * add message content union to manifest schema and update message object with new types ([bd869ff](bd869ff)) * add new flag and feature to bin.ts for creating a new manifest document with visual editor integration ([aac65c3](aac65c3)) * add property `from` on messages to include prompts from remote sources ([#14](#14)) ([050ef38](050ef38)) ### Performance Improvements * rename index.ts to src/bin.ts and update imports ([ddcaed6](ddcaed6)) * update bin.ts to load schema from correct location ([d188786](d188786)) * update Makefile to parse package.json version correctly ([1a41b88](1a41b88)) --- 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
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.5.0" | ||
".": "0.6.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const pkg = { version: "0.5.0" } as const; | ||
export const pkg = { version: "0.6.0" } as const; |