From cdbc25ea5794c846617205346e1742e315296add Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 01:26:13 +0000 Subject: [PATCH] chore(master): release 4.1.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 100a68a2..f49af45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.1.0](https://github.com/subnub/myDrive/compare/v4.0.2...v4.1.0) (2025-03-09) + + +### Features + +* Add block account creation ([#80](https://github.com/subnub/myDrive/issues/80)) ([fc48827](https://github.com/subnub/myDrive/commit/fc48827338c3eb5632249e34dcc1f5b8d1c61031)) +* **docker:** add MongoDB and improve setup instructions ([#82](https://github.com/subnub/myDrive/issues/82)) ([b82c366](https://github.com/subnub/myDrive/commit/b82c3665a1fb72964237b154facb29b0ea891768)) + + +### Bug Fixes + +* removed unneeded package that was also causing build issues ([ceb0866](https://github.com/subnub/myDrive/commit/ceb08661740de7690df525d9f1ee55d767032eeb)) + ## 4.0.2 (2025-03-01) diff --git a/package.json b/package.json index 34890303..6256afe4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mydrive", - "version": "4.0.2", + "version": "4.1.0", "main": "index.js", "license": "GNU General Public License v3.0", "engines": {