From a70ef08a97e9b8a24931db420b836d5c7e1c5545 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Sat, 3 Oct 2020 10:11:59 +0300 Subject: [PATCH] Release v0.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9bd077..93842c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publish-release-drafts", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e8ee8b..b7418e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-publish-release-drafts", - "version": "0.0.1", + "version": "0.1.0", "description": "A GitHub action to publish release drafts on GitHub", "main": "dist/index.js", "private": true,