Skip to content

Commit

Permalink
🔖 release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Feb 2, 2021
1 parent df257b5 commit 98f4508
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

## [Unreleased]

## [1.0.1] - 2021-02-01

### ♻️ Changed

- 📝 use the `${{ github.repository }}` as the default value of input `user`.
Expand Down Expand Up @@ -100,7 +102,8 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

- 🎉 first publish.

[unreleased]: https://github.com/yi-Xu-0100/repo-list-generator/compare/v1.0.0...HEAD
[unreleased]: https://github.com/yi-Xu-0100/repo-list-generator/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v1.0.1
[1.0.0]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v1.0.0
[0.4.1]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v0.4.1
[0.4.0]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-list-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate repo list for user or organization.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 98f4508

Please sign in to comment.