diff --git a/CHANGELOG.md b/CHANGELOG.md index c863cd5..bb75655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,7 @@ -# Changelog +## 1.0.1 (2021-01-15) -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -## 1.0.0-0 (2021-01-09) +* feat: generate awesome list from stars ([ef03320](https://github.com/simonecorsi/mawesome/commit/ef03320)) +* Initial commit ([dcd26ff](https://github.com/simonecorsi/mawesome/commit/dcd26ff)) -### Features -* generating awesome list from user star 5f9ce51 - -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index 83819de..cf5fe6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.0-0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { @@ -67,4 +67,4 @@ "volta": { "node": "14.15.4" } -} +} \ No newline at end of file