Skip to content

Commit

Permalink
Merge pull request #72 from HyperChatBot/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…ster--components--release-please-action

chore(master): release 1.0.4
  • Loading branch information
YanceyOfficial authored Aug 1, 2023
2 parents 6534f98 + e29e7ce commit 6c799db
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.4](https://github.com/HyperChatBot/hyperchat/compare/v1.0.3...v1.0.4) (2023-08-01)


### Bug Fixes

* allow local and azure assets in csp ([f7de69c](https://github.com/HyperChatBot/hyperchat/commit/f7de69c4e8e4b79289d540b90e1e90925c2250c9))
* azure image generation should return 202 status code for continuous request ([fa6ac62](https://github.com/HyperChatBot/hyperchat/commit/fa6ac6271d7e8b6894b98e7fd561a5576e6eb11a))
* reset the value of input:type=file when the request finished ([6534f98](https://github.com/HyperChatBot/hyperchat/commit/6534f9880cef375a598ebd3bfad6acf884db0115))

## [1.0.3](https://github.com/HyperChatBot/hyperchat/compare/v1.0.2...v1.0.3) (2023-07-25)


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": "hyperchat",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"description": "ChatGPT AI Bot.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperchat"
version = "1.0.3"
version = "1.0.4"
description = "ChatGPT AI Bot."
authors = ["Yancey Leo"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Hyper Chat",
"version": "1.0.3"
"version": "1.0.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6c799db

Please sign in to comment.