Skip to content

Commit

Permalink
chore(develop): release q 0.6.0 (#12)
Browse files Browse the repository at this point in the history
🤖 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
JonDotsoy authored Aug 16, 2024
2 parents bd98219 + e6b71cd commit 22b7616
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
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.5.0"
".": "0.6.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.0](https://github.com/JonDotsoy/q-project/compare/q-v0.5.0...q-v0.6.0) (2024-08-16)


### Features

* add functionality to download and resolve messages from manifest document ([222443a](https://github.com/JonDotsoy/q-project/commit/222443a05a7adc96381a82c27f37e8528a55804d))
* add message content union to manifest schema and update message object with new types ([bd869ff](https://github.com/JonDotsoy/q-project/commit/bd869ff73d1f088d07fa6d56744684874ecf3b8d))
* add new flag and feature to bin.ts for creating a new manifest document with visual editor integration ([aac65c3](https://github.com/JonDotsoy/q-project/commit/aac65c3355a0ee1f331bfba0ab4348b9a85a3605))
* add property `from` on messages to include prompts from remote sources ([#14](https://github.com/JonDotsoy/q-project/issues/14)) ([050ef38](https://github.com/JonDotsoy/q-project/commit/050ef388d91e4256a4a28786d06cb8bb83a9ab44))


### Performance Improvements

* rename index.ts to src/bin.ts and update imports ([ddcaed6](https://github.com/JonDotsoy/q-project/commit/ddcaed633bbb3b08327f1dcbb2a421fcf2eeb1bb))
* update bin.ts to load schema from correct location ([d188786](https://github.com/JonDotsoy/q-project/commit/d188786a4aaf077f8c989e2fdab360054707aa01))
* update Makefile to parse package.json version correctly ([1a41b88](https://github.com/JonDotsoy/q-project/commit/1a41b88312e502a90037f8f0cc8ddabbbbaf97fb))

## [0.5.0](https://github.com/JonDotsoy/q-project/compare/q-v0.4.0...q-v0.5.0) (2024-08-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "q",
"description": "Conversational AI project for facilitating conversations using YAML files",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"module": "index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion pkg.ts
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;

0 comments on commit 22b7616

Please sign in to comment.