From 5c3e8e5b3e5e23d88daa09f294858f9ced0721fd Mon Sep 17 00:00:00 2001 From: straker <2433219+straker@users.noreply.github.com> Date: Fri, 5 Aug 2022 20:31:33 -0600 Subject: [PATCH] 7.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92892a6..c0f8cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "livingcss", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "livingcss", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "comment-parser": "^1.3.1", diff --git a/package.json b/package.json index 9106313..d5a1f72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livingcss", - "version": "7.0.0", + "version": "7.0.1", "description": "Generate a style guide using comment driven content creation", "main": "index.js", "scripts": {