diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ca365..1e81ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 5.7.1 - 21-october-2024 + +- fix deprecation warnings + ## 5.7.0 - 02-february-2023 Update `o-mesh` with: diff --git a/package-lock.json b/package-lock.json index 344b950..4d26410 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@supple-kit/supple-css", - "version": "5.7.0", + "version": "5.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@supple-kit/supple-css", - "version": "5.7.0", + "version": "5.7.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 06ebe54..914c9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supple-kit/supple-css", - "version": "5.7.0", + "version": "5.7.1", "description": "Reliable and testable Sass framework. Fluid, Variable, supple if you will", "main": "index.scss", "repository": "https://github.com/supple-kit/supple-css.git",