Skip to content

Commit 3e5c27b

Browse files
committed
Chore: release v1.3.4
1 parent 12fbf51 commit 3e5c27b

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 1.3.4 - 2022-04-18
29+
### Added
30+
- possibility to add `doNotReplaceURL` to single image
31+
2832
## 1.3.3 - 2022-03-02
2933
### Fixed
3034
- low preview

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.3.3-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.3.4-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cloudimage-responsive",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"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.",
@@ -36,7 +36,7 @@
3636
"publish-demo": "npm run build-demo && npm run deploy"
3737
},
3838
"dependencies": {
39-
"cloudimage-responsive-utils": "^2.4.4",
39+
"cloudimage-responsive-utils": "^2.4.5",
4040
"core-js": "^3.15.2"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)