diff --git a/CHANGELOG.md b/CHANGELOG.md index 861ad36c..a5375e65 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.3] - 01.01.2022 Added `## Changelog` body heading diff --git a/package-lock.json b/package-lock.json index dc8d0095..77e6e0ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactus", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactus", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@actions/core": "1.6.0", diff --git a/package.json b/package.json index 5d5d08aa..b7fb0650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cactus", - "version": "2.0.2", + "version": "2.0.3", "description": "Cactus Release Manager", "main": "action.yml", "scripts": {