diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d50d6..a14e920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## v0.2.6 + +[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.2.5...v0.2.6) + +### 🚀 Enhancements + +- Lower the unexpected audio volume, sorry... ([7c43c2f](https://github.com/NamesMT/vue-modern-cropper/commit/7c43c2f)) +- Add `resetOnInitialAttributes` prop ([cc7171e](https://github.com/NamesMT/vue-modern-cropper/commit/cc7171e)) + +### 🩹 Fixes + +- Defer the `src` assign to onCropperMounted hook to ensure consistency ([425a8ce](https://github.com/NamesMT/vue-modern-cropper/commit/425a8ce)) +- **tsconfig:** Correct `outDir` ([988374f](https://github.com/NamesMT/vue-modern-cropper/commit/988374f)) + +### 💅 Refactors + +- Src => docs ([4a1c025](https://github.com/NamesMT/vue-modern-cropper/commit/4a1c025)) +- Packages => lib ([0aab288](https://github.com/NamesMT/vue-modern-cropper/commit/0aab288)) + +### 📖 Documentation + +- Update footer & icons usage ([f1c766d](https://github.com/NamesMT/vue-modern-cropper/commit/f1c766d)) +- Fix `async` missing ([7cde1db](https://github.com/NamesMT/vue-modern-cropper/commit/7cde1db)) + +### 🏡 Chore + +- Update deps, set packageManager ([5078948](https://github.com/NamesMT/vue-modern-cropper/commit/5078948)) +- Update deps ([555d172](https://github.com/NamesMT/vue-modern-cropper/commit/555d172)) +- Remove `.prettierrc` ([68fc4e8](https://github.com/NamesMT/vue-modern-cropper/commit/68fc4e8)) +- Update deps ([8c8de34](https://github.com/NamesMT/vue-modern-cropper/commit/8c8de34)) + +### ❤️ Contributors + +- Trung +- NamesMT ([@NamesMT](http://github.com/NamesMT)) + ## v0.2.5 [compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.2.3...v0.2.5) diff --git a/package.json b/package.json index 6356522..477ee5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-modern-cropper", "type": "module", - "version": "0.2.5", + "version": "0.2.6", "packageManager": "pnpm@9.5.0", "description": "Power-packed wrapper over cropperjs@next", "author": "NamesMT ",