From ac012b0a447f2b2621798af8b12303293b8b6b1a Mon Sep 17 00:00:00 2001 From: Kovacs Alex Date: Fri, 8 Jan 2021 22:05:30 +0200 Subject: [PATCH] chore(package): bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaf5eb1..bc9c51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-build-typescript", - "version": "1.0.0", + "version": "1.1.0", "description": "A GitHub Action that builds your TypeScript projects and optionally also pushes the generated code to a different branch on your repository", "main": "src/index.mjs", "repository": {