diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b459e11..81f3ab70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## Unreleased +## [2.0.2] - 29.12.2021 Added patch number to release version in PR title diff --git a/package-lock.json b/package-lock.json index 75a0fec0..dc8d0095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactus", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactus", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@actions/core": "1.6.0", diff --git a/package.json b/package.json index d26586d5..5d5d08aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cactus", - "version": "2.0.1", + "version": "2.0.2", "description": "Cactus Release Manager", "main": "action.yml", "scripts": {