From 373907abbfe963391843cb44999a685467c5ee55 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 14 Jan 2021 08:21:11 +0000 Subject: [PATCH] [skip ci] chore(release): v1.10.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce016cc..52f358c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.10.0](https://github.com/FEMessage/v-img/compare/v1.9.0...v1.10.0) (2021-01-14) + + +### Features + +* compute layout ([#42](https://github.com/FEMessage/v-img/issues/42)) ([405e22c](https://github.com/FEMessage/v-img/commit/405e22c)) + + + ## [1.9.0](https://github.com/FEMessage/v-img/compare/v1.8.0...v1.9.0) (2020-12-31) diff --git a/package.json b/package.json index dc6efa8..ba1423e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-img", - "version": "1.9.0", + "version": "1.10.0", "description": "📸 use webp and lazyload images", "author": "https://github.com/FEMessage", "license": "MIT",