diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa38df..eed7552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project sticks to [Semantic Versioning](https://semver.org/spec/v2.0.0. ## Unreleased +## 1.3.1 - 2023-03-18 ### Added - Features to docs diff --git a/package-lock.json b/package-lock.json index 04eae1f..19259be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@froxz/vite-plugin-s3", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@froxz/vite-plugin-s3", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.0.0", diff --git a/package.json b/package.json index c421417..71058c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@froxz/vite-plugin-s3", - "version": "1.3.0", + "version": "1.3.1", "description": "Allows you to upload files to AWS S3 or any other S3 compatible provider", "author": "Froxz(sergio11of@gmail.com)", "license": "MIT",