Skip to content

Commit

Permalink
chore(release): 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhazhazhu committed Dec 12, 2023
1 parent 36cb352 commit ffcd0ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.7](https://github.com/picx-dev/picx-app/compare/v0.0.6...v0.0.7) (2023-12-12)


### Bug Fixes

* callback page style change ([534a3e0](https://github.com/picx-dev/picx-app/commit/534a3e0cc74cd524f57d25d6f270d120c4201d83))
* failed to read VITE_PRIVATE_KEY from environment ([36cb352](https://github.com/picx-dev/picx-app/commit/36cb352d004855f803f8c6523cfbeab8d4f83571))

### [0.0.6](https://github.com/picx-dev/picx-app/compare/v0.0.5...v0.0.6) (2023-12-12)


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": "picx-app",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ffcd0ec

Please sign in to comment.