diff --git a/CHANGELOG.md b/CHANGELOG.md index d892065..1452529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 5.2.0 - 03-november-2021 + +- Upgraded stylelint-config-supple to version 4 + ## 5.1.0 - 15-october-2021 - Added `responsive.color-scheme` mixin that lets you define your dark mode custom properties in a way that supports a toggle component diff --git a/package-lock.json b/package-lock.json index b3dfbe9..524b5e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@supple-kit/supple-css", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 012ae6b..c8a4081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supple-kit/supple-css", - "version": "5.1.0", + "version": "5.2.0", "description": "Reliable and testable Sass framework. Fluid, Variable, supple if you will", "main": "index.scss", "repository": "https://github.com/supple-kit/supple-css.git",