From 2fa7a11690fcc72ca1c41f6447e1e4233d49c213 Mon Sep 17 00:00:00 2001 From: bencergazda Date: Thu, 23 Jan 2020 15:00:55 +0100 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb4017..5596505 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. +### [1.2.1](https://github.com/body-builder/jsass/compare/v1.2.0...v1.2.1) (2020-01-23) + + +### Bug Fixes + +* **SassVarsToJS:** Handling Colors in SassMap keys correctly ([ced40ca](https://github.com/body-builder/jsass/commit/ced40ca9b5209758a326916b0796ef747ba02263)) + ## [1.2.0](https://github.com/body-builder/jsass/compare/v1.1.2...v1.2.0) (2019-12-04) diff --git a/package-lock.json b/package-lock.json index 635ed2f..2ddf174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsass", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d052b3c..47cfca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsass", - "version": "1.2.0", + "version": "1.2.1", "description": "Share functions and variables between JS and Sass", "homepage": "https://github.com/body-builder/jsass#readme", "repository": "https://github.com/body-builder/jsass",