From 884fc901713b04ebf9c0ff9a50dfaf3e2d4ceb79 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 14 Oct 2021 07:13:40 +0000 Subject: [PATCH] chore(release): v1.0.41 --- CHANGELOG.md | 15 ++++++++------- index.js | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5657b72..822af4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 1.0.41 (2021-10-14) + +* test: fixs suite ([b97833f](https://github.com/simonecorsi/mawesome/commit/b97833f)) +* fix: should avoid index lock ([1d6848c](https://github.com/simonecorsi/mawesome/commit/1d6848c)) + + + ## 1.0.40 (2021-10-13) +* chore(release): v1.0.40 ([0e016f4](https://github.com/simonecorsi/mawesome/commit/0e016f4)) * fix: fixes while exit condition ([8f9b4cc](https://github.com/simonecorsi/mawesome/commit/8f9b4cc)) * feat: paginates using async generator ([51da6c2](https://github.com/simonecorsi/mawesome/commit/51da6c2)) @@ -27,10 +35,3 @@ -## 1.0.36 (2021-06-23) - -* chore(release): v1.0.36 ([9c0b622](https://github.com/simonecorsi/mawesome/commit/9c0b622)) -* feat: saving json data for future use ([7ceb9cb](https://github.com/simonecorsi/mawesome/commit/7ceb9cb)) - - - diff --git a/index.js b/index.js index 4d1257a..fd12ce3 100644 --- a/index.js +++ b/index.js @@ -21489,8 +21489,8 @@ function pushNewFiles(files = []) { yield Promise.all(files.map(({ filename, data }) => __awaiter(this, void 0, void 0, function* () { yield fsp.writeFile(filename, data); yield git_1.default.add(filename); - yield git_1.default.commit(`chore(${filename}): updated ${filename}`); }))); + yield git_1.default.commit(`chore(updates): updated entries in files`); yield git_1.default.push(); }); } diff --git a/package.json b/package.json index f1b4159..3a8d867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.40", + "version": "1.0.41", "description": "Generate awesome list from user starred repositories", "main": "index.js", "author": "Simone Corsi",