From 581972bcfa74d3210b3f2fcab8335c4321fd9f79 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 28 May 2020 10:06:04 +0300 Subject: [PATCH] 0.6.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b56024..0059941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml-beautify", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 581564b..a995efc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-beautify", - "version": "0.5.0", + "version": "0.6.0", "description": "A posthtml plugin to beautify you html files", "license": "MIT", "repository": "posthtml/posthtml-beautify",