From b46cbc051dd8fd10a3c2213e784498790d3fe388 Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:14:39 +0000 Subject: [PATCH] Prepare for v1.0.3 (#99) Below is the draft release notes: ## What's Changed * Add migration guide doc by @emcfarlane in https://github.com/bufbuild/buf-action/pull/74 * Set --debug when the action is using debug logging by @emcfarlane in https://github.com/bufbuild/buf-action/pull/78 * Set --source-control-url on push so that the push action now works by default on enterprise GitHub instances by @nicksnyder in https://github.com/bufbuild/buf-action/pull/86 ## New Contributors * @doriable made their first contribution in https://github.com/bufbuild/buf-action/pull/98 **Full Changelog**: https://github.com/bufbuild/buf-action/compare/v1.0.2...v1.0.3 --- 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 dfc5a27..e20d1ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "buf-action", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "buf-action", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 5114114..cb9dad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buf-action", - "version": "1.0.2", + "version": "1.0.3", "description": "GitHub Action for buf", "main": "src/main.ts", "scripts": {