From a8e40990a3ce45bf40d5d6726581a275afcef3fd Mon Sep 17 00:00:00 2001 From: dangreen Date: Thu, 13 Dec 2018 04:36:34 +0700 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- src/helpers.ts | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e04a2..f35e1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.1] - 2018-12-13 +### Fixed +- `attachMetadata` helper. + ## [1.2.0] - 2018-12-13 ### Added - `attachMetadata` can set extname, if it not setted. diff --git a/package.json b/package.json index dc99bb0..1543e81 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@flexis/srcset", - "version": "1.2.0", + "version": "1.2.1", "description": "Highly customizable lib to generating responsive images.", "author": "dangreen", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/TrigenSoftware/flexis-srcset.git" + "url": "https://github.com/TrigenSoftware/flexis-srcset" }, "bugs": { "url": "https://github.com/TrigenSoftware/flexis-srcset/issues" diff --git a/src/helpers.ts b/src/helpers.ts index c9c2509..4115e3f 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -39,7 +39,11 @@ export async function attachMetadata(source: Vinyl, force = false): Promise