Skip to content

Commit

Permalink
chore(release): v1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 16, 2021
1 parent b8890fc commit c805822
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## <small>1.0.28 (2021-01-16)</small>

* tests: added tests ([b8890fc](https://github.com/simonecorsi/mawesome/commit/b8890fc))



## <small>1.0.27 (2021-01-16)</small>

* chore(release): v1.0.27 ([bf07858](https://github.com/simonecorsi/mawesome/commit/bf07858))
* docs: typo ([46172a5](https://github.com/simonecorsi/mawesome/commit/46172a5))


Expand Down
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20801,6 +20801,7 @@ function factory(key, options) {
* https://github.com/jhermsmeier/node-http-link-header
*/

/* istanbul ignore file */


var COMPATIBLE_ENCODING_PATTERN = /^utf-?8|ascii|utf-?16-?le|ucs-?2|base-?64|latin-?1$/i;
Expand Down Expand Up @@ -21263,7 +21264,7 @@ const core = __importStar(__nccwpck_require__(2186));
const exec = __importStar(__nccwpck_require__(1514));
const { GITHUB_REPOSITORY, GITHUB_REF } = process.env;
const branch = GITHUB_REF === null || GITHUB_REF === void 0 ? void 0 : GITHUB_REF.replace('refs/heads/', '');
exports.default = new (class Git {
class Git {
constructor() {
this.isShallow = () => __awaiter(this, void 0, void 0, function* () {
const isShallow = yield this.exec('rev-parse --is-shallow-repository');
Expand Down Expand Up @@ -21314,7 +21315,8 @@ exports.default = new (class Git {
// Update the origin
this.updateOrigin(`https://x-access-token:${githubToken}@github.com/${GITHUB_REPOSITORY}.git`);
}
})();
}
exports.default = new Git();


/***/ }),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mawesome",
"version": "1.0.27",
"version": "1.0.28",
"description": "Generate awesome list from user starred repositories",
"main": "index.js",
"author": "Simone Corsi<simonecorsi.dev@gmail.com>",
Expand Down Expand Up @@ -66,4 +66,4 @@
"volta": {
"node": "14.15.4"
}
}
}

0 comments on commit c805822

Please sign in to comment.