diff --git a/CHANGELOG.md b/CHANGELOG.md index 70baeceb..a1816ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.2.0](https://github.com/asdf-vm/actions/compare/v2.1.0...v2.2.0) (2023-04-02) + + +### Features + +* update asdf repo if it exists ([#539](https://github.com/asdf-vm/actions/issues/539)) ([4907cdf](https://github.com/asdf-vm/actions/commit/4907cdfe90a7aa2c98ef4bc8d5415ef8a38bf079)) + ## [2.1.0](https://github.com/asdf-vm/actions/compare/v2.0.1...v2.1.0) (2023-03-15) diff --git a/package.json b/package.json index 87d8d826..121135e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asdf-vm/actions", - "version": "2.1.0", + "version": "2.2.0", "description": "asdf github actions", "repository": "https://github.com/asdf-vm/actions", "author": "Victor Borja ",