Skip to content

Commit

Permalink
chore: 🔖 release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Feb 26, 2023
1 parent b2482bd commit b899d3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

## [Unreleased]

## [1.1.1] - 2023-02-26

### ♻️ Changed

- 🐛 update README version.
- ⬆️ use nodejs16 in action.
- 💚 update `set-output` commands.

## [1.1.0] - 2022-08-25

### ✨ Added
Expand Down Expand Up @@ -109,7 +117,9 @@ 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.1...HEAD
[unreleased]: https://github.com/yi-Xu-0100/repo-list-generator/compare/v1.1.0...HEAD
[1.1.1]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v1.1.1
[1.1.0]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v1.1.0
[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
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.1.0",
"version": "1.1.1",
"description": "Generate repo list for user or organization.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b899d3d

Please sign in to comment.