From 3046e89eb66ece3bcf25b203e0566bdf6a1e5c38 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 26 May 2020 18:30:57 +0300 Subject: [PATCH] 0.5.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 62184c4..4f454b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml-beautify", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c42efa3..2a8d970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-beautify", - "version": "0.4.0", + "version": "0.5.0", "description": "A posthtml plugin to beautify you html files", "license": "MIT", "repository": "posthtml/posthtml-beautify",