diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd91cb..39a70ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project sticks to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## 1.6.0 - 2024-12-03 ### Added - Added `Vite 6` support diff --git a/package-lock.json b/package-lock.json index a86e874..1d409d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@froxz/vite-plugin-s3", - "version": "1.5.2", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@froxz/vite-plugin-s3", - "version": "1.5.2", + "version": "1.6.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.0.0", diff --git a/package.json b/package.json index f9abdeb..5f1b8cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@froxz/vite-plugin-s3", - "version": "1.5.2", + "version": "1.6.0", "description": "Allows you to upload files to AWS S3 or any other S3 compatible provider", "author": { "name": "Sergkei Melingk",