diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd41e0..a90aa95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 1.0.32 (2021-01-22) + +* docs: added documentation ([5753aef](https://github.com/simonecorsi/mawesome/commit/5753aef)) +* chore: removed unused npm packages ([3ad1555](https://github.com/simonecorsi/mawesome/commit/3ad1555)) + + + ## 1.0.31 (2021-01-21) +* chore(release): v1.0.31 ([903c070](https://github.com/simonecorsi/mawesome/commit/903c070)) * feat: added user/email input for commiting ([58a7dc1](https://github.com/simonecorsi/mawesome/commit/58a7dc1)) @@ -27,10 +35,3 @@ -## 1.0.27 (2021-01-16) - -* chore(release): v1.0.27 ([bf07858](https://github.com/simonecorsi/mawesome/commit/bf07858)) -* docs: typo ([46172a5](https://github.com/simonecorsi/mawesome/commit/46172a5)) - - - diff --git a/package.json b/package.json index 99adf4d..e9b69ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.31", + "version": "1.0.32", "description": "Generate awesome list from user starred repositories", "main": "index.js", "author": "Simone Corsi", @@ -63,4 +63,4 @@ "volta": { "node": "14.15.4" } -} +} \ No newline at end of file