Skip to content

Commit

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


##
[0.1.2](q-v0.1.1...q-v0.1.2)
(2024-06-25)


### Bug Fixes

* upgrade spin progress, prevent lost characters
([db09e76](db09e76))

---
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 25, 2024
2 parents db09e76 + 68d97e1 commit 53b5c5a
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.1"
".": "0.1.2"
}
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.2](https://github.com/JonDotsoy/q-project/compare/q-v0.1.1...q-v0.1.2) (2024-06-25)


### Bug Fixes

* upgrade spin progress, prevent lost characters ([db09e76](https://github.com/JonDotsoy/q-project/commit/db09e76828f40528ad3112680a7897d6f4193247))

## [0.1.1](https://github.com/JonDotsoy/q-project/compare/q-v0.1.0...q-v0.1.1) (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.1",
"version": "0.1.2",
"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.1" } as const;
export const pkg = { version: "0.1.2" } as const;

0 comments on commit 53b5c5a

Please sign in to comment.