diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0cfca..a894531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.0.2 + +[compare changes](https://github.com/profilecity/unstorage-s3-driver/compare/v0.0.1...v0.0.2) + +### 📖 Documentation + +- Remove import instructions from readme ([13a9b6c](https://github.com/profilecity/unstorage-s3-driver/commit/13a9b6c)) + +### 🏡 Chore + +- Remove type testing ([b1b6b4e](https://github.com/profilecity/unstorage-s3-driver/commit/b1b6b4e)) + +### ❤️ Contributors + +- Amandesai01 + ## v0.0.1 diff --git a/package.json b/package.json index 6d1003e..e3ff4ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profilecity/unstorage-s3-driver", - "version": "0.0.1", + "version": "0.0.2", "description": "S3 Driver for Unstorage (by UnJS)", "repository": "profilecity/unstorage-s3-driver", "author": "Aman Desai ",