From bde541c4c222c36bdd3f6ea8491d05c565cef3e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Aug 2023 10:09:30 +0000 Subject: [PATCH] chore(release): 3.3.0-dev.1 # [3.3.0-dev.1](https://github.com/demirtasdurmus/local-branch-cleanup/compare/v3.2.0...v3.3.0-dev.1) (2023-08-30) ### Features * add info command to display system and package summary ([7caf1f8](https://github.com/demirtasdurmus/local-branch-cleanup/commit/7caf1f8672bd6fc3b0749574650fe9b12f8d6226)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f6f47..e6d6829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Local Branch Cleanup +# [3.3.0-dev.1](https://github.com/demirtasdurmus/local-branch-cleanup/compare/v3.2.0...v3.3.0-dev.1) (2023-08-30) + + +### Features + +* add info command to display system and package summary ([7caf1f8](https://github.com/demirtasdurmus/local-branch-cleanup/commit/7caf1f8672bd6fc3b0749574650fe9b12f8d6226)) + # [3.2.0](https://github.com/demirtasdurmus/local-branch-cleanup/compare/v3.1.0...v3.2.0) (2023-08-30) diff --git a/package-lock.json b/package-lock.json index 179314c..d97ee97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-branch-cleanup", - "version": "3.2.0", + "version": "3.3.0-dev.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "local-branch-cleanup", - "version": "3.2.0", + "version": "3.3.0-dev.1", "license": "MIT", "dependencies": { "boxen": "^5.1.2", diff --git a/package.json b/package.json index c1dbde5..fb19c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-branch-cleanup", - "version": "3.2.0", + "version": "3.3.0-dev.1", "description": "A CLI to delete unused local branches in a git repository", "keywords": [ "git",