2 Commits

Author SHA1 Message Date
Conventional Changelog Action
bf0785847d chore(release): v1.0.27 2021-01-16 20:27:37 +00:00
Simone Corsi
46172a5274 docs: typo 2021-01-16 21:26:54 +01:00
3 changed files with 9 additions and 2 deletions

View File

@@ -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))

View File

@@ -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

View File

@@ -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>",