From 10fc1f48ec6e64417d7c81c7b65d076661abce06 Mon Sep 17 00:00:00 2001 From: Mehdi M Date: Thu, 14 May 2020 01:01:36 +0200 Subject: [PATCH] Bump version from 1.1.1 to 1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e33243..ccfb382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v.scss", - "version": "1.1.1", - "description": "A SCSS v() function to shorten the writing of CSS custom properties (also named CSS variables).", + "version": "1.2.0", + "description": "A SCSS v() function to better write CSS custom properties and chain more fallbacks.", "main": "src/functions/v.scss", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"