From 5af578e179f5085a24fdd678fee4c54dba5e52d4 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:35:58 +1100 Subject: [PATCH] chore(master): release 3.0.1 (#569) 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 a9e6c54..2992027 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.1](https://github.com/asdf-vm/actions/compare/v3.0.0...v3.0.1) (2023-10-12) + + +### Patches + +* set same pnpm & node versions in pkg.json as in tool-versions ([e4a312a](https://github.com/asdf-vm/actions/commit/e4a312a59f7c4c5ed731f96d3fa89e9d8608e55c)) + ## [3.0.0](https://github.com/asdf-vm/actions/compare/v2.2.0...v3.0.0) (2023-09-17) diff --git a/package.json b/package.json index 61c1b22..82bfdfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asdf-vm/actions", - "version": "3.0.0", + "version": "3.0.1", "description": "asdf github actions", "repository": "https://github.com/asdf-vm/actions", "author": "asdf Core Team (https://github.com/orgs/asdf-vm/people)",