Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
bf0785847d | ||
|
46172a5274 |
@@ -1,6 +1,13 @@
|
||||
## <small>1.0.27 (2021-01-16)</small>
|
||||
|
||||
* docs: typo ([46172a5](https://github.com/simonecorsi/mawesome/commit/46172a5))
|
||||
|
||||
|
||||
|
||||
## <small>1.0.26 (2021-01-16)</small>
|
||||
|
||||
* chore: added link to project ([0543c05](https://github.com/simonecorsi/mawesome/commit/0543c05))
|
||||
* chore(release): v1.0.26 ([8bc2714](https://github.com/simonecorsi/mawesome/commit/8bc2714))
|
||||
|
||||
|
||||
|
||||
|
@@ -18,7 +18,7 @@ The github workflow token is mandatory
|
||||
|
||||
The Personal API Access Token is mandatory to fetch stars from the API without incurring in Rate Limits.
|
||||
|
||||
You'll have to generate a [personal api token][https://github.com/settings/tokens/new] and then add
|
||||
You'll have to generate a [personal api token](https://github.com/settings/tokens/new) and then add
|
||||
|
||||
## Example workflow
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mawesome",
|
||||
"version": "1.0.26",
|
||||
"version": "1.0.27",
|
||||
"description": "Generate awesome list from user starred repositories",
|
||||
"main": "index.js",
|
||||
"author": "Simone Corsi<simonecorsi.dev@gmail.com>",
|
||||
|
Reference in New Issue
Block a user