Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sdfgd

Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down