From 871c09eb2b827b3cf80f6047bae28334d4e9d1d9 Mon Sep 17 00:00:00 2001 From: drassil-git-bot Date: Thu, 20 Jul 2023 15:14:33 +0000 Subject: [PATCH] chore: bump package version to 1.0.0 and update changelog --- CHANGELOG.md | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35baf40..efb2cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ +Rev: 1.0.0 +============= + + + + Rev: 1.0.0-rc1.1 ============= ## Fixes * workflow fixed - - - - diff --git a/package.json b/package.json index da0e727..8dad140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-package-version-bump", - "version": "1.0.0-rc1.2", + "version": "1.0.0", "description": "Github action to upgrade the package.json version and create a changelog based on PR description that can be triggered in your workflows", "main": "index.js", "scripts": {