From d4b43256b3a511e94e6c0d38d478e1bd39f8690e Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:34:06 -0400 Subject: [PATCH] Prepare for v1.0.1 (#65) Releases the changes in https://github.com/bufbuild/buf-action/pull/64 to fix failures in CI for contributors PRs. --- 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 b9c5993..7cbdffb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "buf-action", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "buf-action", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index ea01a89..412ba3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buf-action", - "version": "1.0.0", + "version": "1.0.1", "description": "GitHub Action for buf", "main": "src/main.ts", "scripts": {