diff --git a/CHANGELOG.md b/CHANGELOG.md index 2042abc..16c79e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,10 @@ Types of changes: - ... --- +## 2.0.0 - 2022-08-30 +### Changed +- **BREAKING**: Upgrade to Vue 3 + ## 1.3.5 - 2022-04-25 ### Fixed - Low preview image width diff --git a/package.json b/package.json index 27e5a4a..2e61b10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-cloudimage-responsive-plain", - "version": "1.3.5", + "version": "2.0.0", "main": "dist/index.js", "module": "dist/index.js", "description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with blur hash placeholder.",