Skip to content

Commit 3737c8c

Browse files
authored
Merge branch 'dev' into master
2 parents f9790ae + 39a9410 commit 3737c8c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
npm install -g @semantic-release/changelog @semantic-release/git semantic-release
4848
GITHUB_REF=${{ env.GITHUB_TRIGGER_REF }} semantic-release
4949
echo release success
50+
- name: Notify
51+
run: |
5052
curl -s ${{ secrets.GITEE_SYNC_URL }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ English | [简体中文](./docs/zh-cn/README.zh-CN.md) | [日本語](./docs/ja/R
66
<p align="center">Fast <b>2kB</b> alternative to Moment.js with the same modern API</p>
77
<p align="center">
88
<a href="https://unpkg.com/dayjs/dayjs.min.js"><img
9-
src="https://img.badgesize.io/https://unpkg.com/dayjs/dayjs.min.js?compression=gzip&style=flat-square"
9+
src="https://img.shields.io/bundlephobia/minzip/dayjs?style=flat-square&color=%2345cc11"
1010
alt="Gzip Size"></a>
1111
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1212
alt="NPM Version"></a>

0 commit comments

Comments
 (0)