Skip to content

Commit a6b82f4

Browse files
committed
Chore: Release v1.3.3
1 parent 2337158 commit a6b82f4

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
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.3 - 2022-04-18
29+
### Added
30+
- possibility to add `doNotReplaceURL` to single image
31+
2832
## 1.3.2 - 2022-02-09
2933
### Fixed
3034
- change devicePixelRatioList to [1, 1.5, 2]

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.3.2-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive-blur-hash/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.3.3-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive-blur-hash/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)
@@ -13,10 +13,16 @@
1313
- [**Plain (CSS free)**](https://github.com/scaleflex/vue-cloudimage-responsive-plain)
1414

1515
<p align="center">
16-
<img
17-
height="175"
18-
alt="The Lounge"
19-
src="https://demo.cloudimg.io/height/350/n/https://scaleflex.airstore.io/filerobot/filerobot-cloudimage.png?sanitize=true">
16+
<a href="https://www.cloudimage.io/#gh-light-mode-only">
17+
<img
18+
alt="The Lounge"
19+
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/LOGO+WITH+SCALEFLEX-01.png?vh=f6080d&w=350">
20+
</a>
21+
<a href="https://www.cloudimage.io/#gh-dark-mode-only">
22+
<img
23+
alt="The Lounge"
24+
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/cloudimage-logo-light.png?vh=b798ab&w=350">
25+
</a>
2026
</p>
2127

2228
<h1 align="center">

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-blur-hash",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
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.6.5",
4141
"throttle-debounce": "^2.3.0"
4242
},

0 commit comments

Comments
 (0)