From 4193d0edef53336665cf843951052c009279c356 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 15 Jan 2021 09:46:12 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 13 +++---------- package.json | 4 ++-- 2 files changed, 5 insertions(+), 12 deletions(-) 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