From 40286ea6a7998108320b3bb47362ac5c369722be Mon Sep 17 00:00:00 2001 From: NyllRE Date: Fri, 26 Apr 2024 16:33:17 +0300 Subject: [PATCH] chore(release): v0.2.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e399d56..92a1698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.2.2 + +[compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.1...v0.2.2) + ## v0.2.1 [compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.1.4...v0.2.1) diff --git a/package.json b/package.json index 7d938e6..b93f276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-file-storage", - "version": "0.2.1", + "version": "0.2.2", "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",