From d3ba67255e17ee2e64e7931876f789d037bdef45 Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Fri, 28 Oct 2022 14:47:19 +0100 Subject: [PATCH] version bump --- dist/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 5123608..dde3045 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6206,7 +6206,7 @@ exports.default = _default; /***/ 731: /***/ (function(module) { -module.exports = {"name":"workflow-dispatch","version":"1.2.0","description":"Trigger running GitHub Actions workflows","main":"dist/index.js","scripts":{"build":"ncc build src/main.ts -o dist","lint":"eslint src/"},"keywords":["github","actions"],"author":"Ben Coleman","license":"MIT","devDependencies":{"@actions/core":"^1.10.0","@actions/github":"^5.1.1","@zeit/ncc":"^0.22.3","@typescript-eslint/eslint-plugin":"^5.41.0","@typescript-eslint/parser":"^5.41.0","eslint":"^8.26.0","typescript":"^4.8.4"}}; +module.exports = {"name":"workflow-dispatch","version":"1.2.1","description":"Trigger running GitHub Actions workflows","main":"dist/index.js","scripts":{"build":"ncc build src/main.ts -o dist","lint":"eslint src/"},"keywords":["github","actions"],"author":"Ben Coleman","license":"MIT","devDependencies":{"@actions/core":"^1.10.0","@actions/github":"^5.1.1","@zeit/ncc":"^0.22.3","@typescript-eslint/eslint-plugin":"^5.41.0","@typescript-eslint/parser":"^5.41.0","eslint":"^8.26.0","typescript":"^4.8.4"}}; /***/ }), diff --git a/package.json b/package.json index 5000d37..cfd6657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workflow-dispatch", - "version": "1.2.0", + "version": "1.2.1", "description": "Trigger running GitHub Actions workflows", "main": "dist/index.js", "scripts": {