From 05e0d2ed97b598bfce82fd30daf324ae0c4570e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:48:38 +1100 Subject: [PATCH] chore(master): release 3.0.2 (#570) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2992027..7bb6e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.0.2](https://github.com/asdf-vm/actions/compare/v3.0.1...v3.0.2) (2023-10-12) + + +### Patches + +* update lockfile ([c01a934](https://github.com/asdf-vm/actions/commit/c01a9347ea98eeb94ee8901cc578bb8afc76b70e)) + ## [3.0.1](https://github.com/asdf-vm/actions/compare/v3.0.0...v3.0.1) (2023-10-12) diff --git a/package.json b/package.json index 82bfdfe..5439e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asdf-vm/actions", - "version": "3.0.1", + "version": "3.0.2", "description": "asdf github actions", "repository": "https://github.com/asdf-vm/actions", "author": "asdf Core Team (https://github.com/orgs/asdf-vm/people)",