diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b83d09..c087d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.2.7 + +[compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.6...v0.2.7) + ## v0.2.6 [compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.5...v0.2.6) diff --git a/package.json b/package.json index 836e797..4443901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-file-storage", - "version": "0.2.6", + "version": "0.2.7", "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",