From 8c3525cbb61d1105fd728d25446e14e035459a34 Mon Sep 17 00:00:00 2001 From: Jaime Pastor Date: Tue, 16 Jun 2020 11:21:16 +0200 Subject: [PATCH] Update version to 1.1.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf093b..b13f789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Fixed package `main` and `files`. + # 1.1.0 - Improved `optimize.js` in order not to depend on asynchronous `SVGO` code. diff --git a/package-lock.json b/package-lock.json index a184df3..8183606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-inline-svg", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e1568f..c7c8edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-inline-svg", - "version": "1.1.0", + "version": "1.1.1", "description": "Babel plugin to optimize and inline SVG", "repository": { "url": "git@github.com:iest/babel-plugin-inline-svg.git",