Skip to content

Commit

Permalink
build(release): compiled action for 1.6.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Feb 9, 2020
1 parent 0ea06fe commit d4f668f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24889,6 +24889,10 @@ const toolkit = __webpack_require__(470);
const handlePullRequest = __webpack_require__(815);
const handlePush = __webpack_require__(555);

const VERSION = __webpack_require__(775);

console.log(`Running twitter-together version ${VERSION}`);

main();

async function main() {
Expand Down Expand Up @@ -35630,7 +35634,13 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
/***/ }),
/* 773 */,
/* 774 */,
/* 775 */,
/* 775 */
/***/ (function(module) {

module.exports = "0.0.0-development";


/***/ }),
/* 776 */
/***/ (function(module) {

Expand Down

0 comments on commit d4f668f

Please sign in to comment.