From 18b9c1512954d7e6dc1a00e9e350f59b10b87a9f Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:50:07 +0100 Subject: [PATCH] chore: release v1.0.2 (#12) Co-authored-by: simoneb --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c30976e..ad0695e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-licenses-export", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-licenses-export", - "version": "1.0.1", + "version": "1.0.2", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ae338ed..00623db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-licenses-export", - "version": "1.0.1", + "version": "1.0.2", "description": "GitHub action to export a file with the OSS licenses used in the application", "main": "dist/index.js", "type": "module",