Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Nov 14, 2023
1 parent 168b916 commit 0830435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
46 changes: 1 addition & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.3.0
## v1.0.2

[compare changes](https://github.com/becem-gharbi/nuxt-s3-edge/compare/v0.2.2...v0.3.0)

Expand Down Expand Up @@ -48,50 +48,6 @@

- Becem-gharbi ([@becem-gharbi](http://github.com/becem-gharbi))

## v1.0.1

[compare changes](https://github.com/becem-gharbi/nuxt-s3-edge/compare/v0.2.2...main)

### 🩹 Fixes

- **useS3Object:** Check if url is valid on remove ([a4d53f1](https://github.com/becem-gharbi/nuxt-s3-edge/commit/a4d53f1))

### 💅 Refactors

- Minor refactoring ([74f2cbb](https://github.com/becem-gharbi/nuxt-s3-edge/commit/74f2cbb))
- Return json on success mutation response ([b4219eb](https://github.com/becem-gharbi/nuxt-s3-edge/commit/b4219eb))
- No significant change ([8702345](https://github.com/becem-gharbi/nuxt-s3-edge/commit/8702345))

### 📖 Documentation

- Create docus app ([11569d2](https://github.com/becem-gharbi/nuxt-s3-edge/commit/11569d2))
- Setup landing page ([7d96620](https://github.com/becem-gharbi/nuxt-s3-edge/commit/7d96620))
- Define structure ([b9c37f3](https://github.com/becem-gharbi/nuxt-s3-edge/commit/b9c37f3))
- Add content ([281aa6a](https://github.com/becem-gharbi/nuxt-s3-edge/commit/281aa6a))

### 🌊 Types

- Add #s3 types ([761f13e](https://github.com/becem-gharbi/nuxt-s3-edge/commit/761f13e))

### 🏡 Chore

- **deps-dev:** Bump postcss from 8.4.30 to 8.4.31 ([18dd07d](https://github.com/becem-gharbi/nuxt-s3-edge/commit/18dd07d))
- **deps-dev:** Bump undici from 5.25.2 to 5.27.0 ([9825a69](https://github.com/becem-gharbi/nuxt-s3-edge/commit/9825a69))
- **defaults:** ⚠️ Set fs as default storage driver ([a2af160](https://github.com/becem-gharbi/nuxt-s3-edge/commit/a2af160))
- **defaults:** ⚠️ Set 10 as default maxSizeMb ([b0a7b97](https://github.com/becem-gharbi/nuxt-s3-edge/commit/b0a7b97))
- Add compatible S3 providers ([c44eb03](https://github.com/becem-gharbi/nuxt-s3-edge/commit/c44eb03))
- No significant change ([d1f0367](https://github.com/becem-gharbi/nuxt-s3-edge/commit/d1f0367))
- Bump version to 1.0.0 ([0d2d467](https://github.com/becem-gharbi/nuxt-s3-edge/commit/0d2d467))

#### ⚠️ Breaking Changes

- **defaults:** ⚠️ Set fs as default storage driver ([a2af160](https://github.com/becem-gharbi/nuxt-s3-edge/commit/a2af160))
- **defaults:** ⚠️ Set 10 as default maxSizeMb ([b0a7b97](https://github.com/becem-gharbi/nuxt-s3-edge/commit/b0a7b97))

### ❤️ Contributors

- Becem-gharbi ([@becem-gharbi](http://github.com/becem-gharbi))

## v0.2.2

[compare changes](https://github.com/becem-gharbi/nuxt-s3-edge/compare/v0.2.1...v0.2.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-s3",
"version": "0.3.0",
"version": "1.0.2",
"description": "Edge compatible S3 client for Nuxt3",
"repository": "becem-gharbi/nuxt-s3-edge",
"license": "MIT",
Expand Down

0 comments on commit 0830435

Please sign in to comment.