From 61b09bef5258c6715b155b205440a2e14995103a Mon Sep 17 00:00:00 2001 From: dobromir-hristov Date: Sat, 12 Mar 2022 10:02:07 +0200 Subject: [PATCH] chore(release): 4.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3570e9..6315ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v4.0.0...v4.0.1) (2022-03-12) + + +### Bug Fixes + +* prefix dots in the var names. closes [#55](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/55) ([#56](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/56)) ([321ff62](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/321ff62ccd637655c297e9b4923899056d6b1443)) + ## [4.0.0](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v3.1.0...v4.0.0) (2021-12-16) diff --git a/package.json b/package.json index a457224..9e41edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-export-config", - "version": "4.0.0", + "version": "4.0.1", "description": "Export Tailwindcss config options to SASS, SCSS, LESS and Stylus", "main": "dist/index.js", "bin": "cli.js",