diff --git a/package.json b/package.json index 5d25f5f..f79754a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-md-to-html", - "version": "1.1.0", + "version": "1.2.0", "description": "Converts markdown files to HTML", "main": "index.js", "scripts": { @@ -30,4 +30,4 @@ "@actions/core": "^1.6.0", "markdown-it": "^13.0.1" } -} \ No newline at end of file +}