Skip to content

Commit

Permalink
chore(1.0.0-rc.6): update version for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Jul 29, 2024
1 parent 50e2b49 commit 4849e7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
actions: 'create-comment, close-issue'
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. The issue you reported has been fixed in the latest version. This issue will be closed. Thank you for your feedback.
您好 @${{ github.event.issue.user.login }},您反馈的问题已在最新版本中修复,该 issue 将要被关闭,感谢反馈。
Hello @${{ github.event.issue.user.login }}. The issue you reported has been fixed. This issue will be closed. Thank you for your feedback.
您好 @${{ github.event.issue.user.login }},您反馈的问题已修复,该 issue 将要被关闭,感谢反馈。
2 changes: 1 addition & 1 deletion docs/zh-cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 1.0.0-rc.6

`2024-5-xx`
`2024-7-29`

- **Bug Fix**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "A lightweight, efficient and powerful micro front-end framework",
"private": false,
"main": "lib/index.min.js",
Expand Down

0 comments on commit 4849e7e

Please sign in to comment.