From 207f550b3a8e7464eac2309c2b68d5d432758fca Mon Sep 17 00:00:00 2001 From: NyllRE Date: Tue, 4 Jun 2024 19:15:19 +0300 Subject: [PATCH] chore(release): v0.2.5 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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