Skip to content

Commit ed00cfe

Browse files
committed
chore: release of new version 1.0.2 🚀
1 parent a92c984 commit ed00cfe

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
Types of changes:
8+
- `Added` for new features.
9+
- `Changed` for changes in existing functionality.
10+
- `Deprecated` for soon-to-be removed features.
11+
- `Removed` for now removed features.
12+
- `Fixed` for any bug fixes.
13+
- `Security` in case of vulnerabilities.
14+
15+
> Date format: YYYY-MM-DD
16+
17+
> If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:
18+
> `- **BREAKING**: Some message`
19+
20+
-------------
21+
22+
## TODOs
23+
> Todo list for future
24+
25+
- ...
26+
27+
-------------
28+
29+
## 1.0.4 - 2020-10-01
30+
### Fix
31+
- some config values that are passed
32+
### Changed
33+
- how props are passed to image and background
34+
- update documentation

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",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/index.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)