Skip to content

Commit

Permalink
🚀 v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Dec 11, 2024
1 parent 160d626 commit a985f8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cd packages/hula-emojis
pnpm update
pnpm build
npm adduser --registry https://registry.npmjs.org/ --scope=@btmuli
npm publish
env:
Expand Down
4 changes: 4 additions & 0 deletions packages/hula-emojis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 1.2.0 (2024-12-11)

- ✨ 添加知乎表情包

## 1.1.0 (2024-12-11)

- ✨ 添加Bilibili表情包
Expand Down
2 changes: 1 addition & 1 deletion packages/hula-emojis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hula-emojis",
"version": "1.1.0",
"version": "1.2.0",
"description": "The emojis package of Hula",
"main": "dist/data.json",
"types": "hula-emojis.d.ts",
Expand Down

0 comments on commit a985f8f

Please sign in to comment.