Skip to content

Commit 2810339

Browse files
committed
2 parents 6c44ea6 + cc49738 commit 2810339

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* add CI/CD workflows with shellcheck, integration tests, and release automation ([eb2d451](https://github.com/Automations-Project/n8n-data-manager/commit/eb2d451ecb9031bf3c0433125de9614eb989f19e))
66
* add script to automatically update README badges with dynamic repository info ([ad9543a](https://github.com/Automations-Project/n8n-data-manager/commit/ad9543a6cc586450bac51f1bed9295759f9f077c))
7+
* add script to automatically update README badges with dynamic version and repo info ([92861d5](https://github.com/Automations-Project/n8n-data-manager/commit/92861d5ba8f7399cfac38943f47e06275e5b3134))
78
* add script to dynamically update README badges with version and repo info ([59e3a10](https://github.com/Automations-Project/n8n-data-manager/commit/59e3a10014e74adbb817771663e4bacbd566321f))
89
* add version bump script with major/minor/patch support ([a8b55a6](https://github.com/Automations-Project/n8n-data-manager/commit/a8b55a65e8de332743a57b5cb599a7584467c755))
910
* improve backup/restore handling for empty n8n instances and duplicate items ([31e32e3](https://github.com/Automations-Project/n8n-data-manager/commit/31e32e34c758d185b64135cbbe867be074b17bbb))

n8n-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IFS=$'\n\t'
99
CONFIG_FILE_PATH="${XDG_CONFIG_HOME:-$HOME/.config}/n8n-manager/config"
1010

1111
# --- Global variables ---
12-
VERSION="3.0.12"
12+
VERSION="3.0.13"
1313
DEBUG_TRACE=${DEBUG_TRACE:-false} # Set to true for trace debugging
1414
SELECTED_ACTION=""
1515
SELECTED_CONTAINER_ID=""

0 commit comments

Comments
 (0)