diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a1698..c9df0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.2.5 + +[compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.4...v0.2.5) + ## v0.2.2 [compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.1...v0.2.2) diff --git a/package.json b/package.json index fbce795..995b64d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-file-storage", - "version": "0.2.4", + "version": "0.2.5", "description": "Easy solution to store files in your nuxt apps. Be able to upload files from the frontend and recieve them from the backend to then save the files in your project.", "repository": "NyllRE/nuxt-file-storage", "license": "MIT", @@ -43,4 +43,4 @@ "nuxt": "^3.9.3", "vitest": "^1.0.0" } -} +} \ No newline at end of file