Skip to content

Commit 0f1bc83

Browse files
committed
update for ver0.5.0
1 parent 9c9d669 commit 0f1bc83

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2022-01-29, 0.5.0 release
4+
5+
* Use logarithm to calculate the height of the bars.
6+
37
## 2022-01-09, 0.4.0 release
48

59
* Added night green version.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: generate-github-profile-3d-contrib
5454
steps:
5555
- uses: actions/checkout@v2
56-
- uses: yoshi389111/github-profile-3d-contrib@0.4.0
56+
- uses: yoshi389111/github-profile-3d-contrib@0.5.0
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
USERNAME: ${{ github.repository_owner }}

docs/README.ja-jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: generate-github-profile-3d-contrib
5353
steps:
5454
- uses: actions/checkout@v2
55-
- uses: yoshi389111/github-profile-3d-contrib@0.4.0
55+
- uses: yoshi389111/github-profile-3d-contrib@0.5.0
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
USERNAME: ${{ github.repository_owner }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-profile-3d-contrib",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Generate profile 3D Contributions",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)