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)",