Skip to content

Commit b172ae2

Browse files
committed
chore: release of new version 1.0.2 🚀
1 parent 68d610b commit b172ae2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
Types of changes:
9+
810
- `Added` for new features.
911
- `Changed` for changes in existing functionality.
1012
- `Deprecated` for soon-to-be removed features.
@@ -17,11 +19,17 @@ Types of changes:
1719
> If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:
1820
> `- **BREAKING**: Some message`
1921
20-
-------------
22+
---
2123

2224
## TODOs
25+
2326
> Todo list for future
2427
2528
- ...
2629

27-
-------------
30+
---
31+
32+
## 1.0.2 - 2020-04-29
33+
34+
### Changed
35+
- how props are passed to image and background

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.0.1-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.0.2-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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cloudimage-responsive-plain",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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.",

0 commit comments

Comments
 (0)