Skip to content

Commit

Permalink
chore(develop): release q 0.1.1 (#5)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.1](q-v0.1.0...q-v0.1.1)
(2024-06-24)


### Miscellaneous Chores

* release 0.1.1
([0912af0](0912af0))

---
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 Jun 24, 2024
2 parents 646d9df + 81abff9 commit cb14ebe
Show file tree
Hide file tree
Showing 4 changed files with 10 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.1.0"
".": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/JonDotsoy/q-project/compare/q-v0.1.0...q-v0.1.1) (2024-06-24)


### Miscellaneous Chores

* release 0.1.1 ([0912af0](https://github.com/JonDotsoy/q-project/commit/0912af0a15517f3afa9d093aa73ae2bfbdaff998))

## [0.1.0](https://github.com/JonDotsoy/q-project/compare/q-v0.0.1...q-v0.1.0) (2024-06-24)


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.1.0",
"version": "0.1.1",
"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.1.0" } as const;
export const pkg = { version: "0.1.1" } as const;

0 comments on commit cb14ebe

Please sign in to comment.