chore(release): v1.0.41

This commit is contained in:
Conventional Changelog Action
2021-10-14 07:13:40 +00:00
parent b97833f7c5
commit bcae6129fa
3 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,13 @@
## <small>1.0.41 (2021-10-14)</small>
* test: fixs suite ([b97833f](https://github.com/simonecorsi/mawesome/commit/b97833f))
* fix: should avoid index lock ([1d6848c](https://github.com/simonecorsi/mawesome/commit/1d6848c))
## <small>1.0.40 (2021-10-13)</small>
* 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 @@
## <small>1.0.36 (2021-06-23)</small>
* 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))

View File

@@ -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();
});
}

View File

@@ -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<simonecorsi.dev@gmail.com>",