From cee1906a39c38745764e1da9ac9f0b8b6fd30401 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 22 Jun 2021 13:35:23 +0000 Subject: [PATCH] chore(release): v1.0.35 --- CHANGELOG.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8fe9bc..801cf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## 1.0.35 (2021-06-22) + +* build(deps): bump set-getter from 0.1.0 to 0.1.1 ([970d603](https://github.com/simonecorsi/mawesome/commit/970d603)) + + + ## 1.0.34 (2021-05-19) +* chore(release): v1.0.34 ([ab02c0d](https://github.com/simonecorsi/mawesome/commit/ab02c0d)) @@ -26,10 +33,3 @@ -## 1.0.30 (2021-01-16) - -* chore(release): v1.0.30 ([a5f15da](https://github.com/simonecorsi/mawesome/commit/a5f15da)) -* fix: removed push ([7f42ca0](https://github.com/simonecorsi/mawesome/commit/7f42ca0)) - - - diff --git a/package.json b/package.json index e52e050..4993fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.34", + "version": "1.0.35", "description": "Generate awesome list from user starred repositories", "main": "index.js", "author": "Simone Corsi",