From 75bab86b342b8aa14f3b547296607599522cbe90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:54:04 +0000 Subject: [PATCH] chore(master): release 2.1.0 (#537) 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 8aa3e569..70baeceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.1.0](https://github.com/asdf-vm/actions/compare/v2.0.1...v2.1.0) (2023-03-15) + + +### Features + +* skip_install option to skip asdf install on setup ([#536](https://github.com/asdf-vm/actions/issues/536)) ([c926367](https://github.com/asdf-vm/actions/commit/c926367c74d7ac64e42946f54849dfd9165e2b6f)) + ## [2.0.1](https://github.com/asdf-vm/actions/compare/v2.0.0...v2.0.1) (2023-03-15) diff --git a/package.json b/package.json index 4fa5cedf..a6eb9060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asdf-vm/actions", - "version": "2.0.1", + "version": "2.1.0", "description": "asdf github actions", "repository": "https://github.com/asdf-vm/actions", "author": "Victor Borja ",