Skip to content

Commit

Permalink
chore(release): 0.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
mystist committed Apr 24, 2024
1 parent bdd7ca5 commit bc3d9df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.94](https://github.com/mystist/react-chatgpt/compare/v0.0.93...v0.0.94) (2024-04-24)


### Features

* release to npm workflow and umd files ([5fcb74a](https://github.com/mystist/react-chatgpt/commit/5fcb74a468600715e235c4615f109ed577775e96))
* use default color for avatar ([c0e7745](https://github.com/mystist/react-chatgpt/commit/c0e774591a069697c70b762e588950c0e8d5cc1a))


### Bug Fixes

* fix script. ([94fae97](https://github.com/mystist/react-chatgpt/commit/94fae97e84ca7a6833afbb4999a2b3619c1b3bc4))
* fix the workflow using github token ([b5fdb8e](https://github.com/mystist/react-chatgpt/commit/b5fdb8ef00c75ec9b0e56f20a774ab2eb0c9b58e))

### [0.0.93](https://github.com/mystist/react-chatgpt/compare/v0.0.92...v0.0.93) (2024-02-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mystist/react-chatgpt",
"version": "0.0.93",
"version": "0.0.94",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit bc3d9df

Please sign in to comment.