From 96ac25ff37f39a8ec5a63442199e725e9636287e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Aug 2022 11:13:16 +0000 Subject: [PATCH] chore(release): publish version 1.8.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdc370..057eb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.1](https://github.com/felix-berlin/sassy-scss/compare/v1.8.0...v1.8.1) (2022-08-08) + + +### Bug Fixes + +* devidate with math.div ([27c236c](https://github.com/felix-berlin/sassy-scss/commit/27c236cf72306c1ff393afa84e8de4fdebd675cd)) + # [1.8.0](https://github.com/felix-berlin/sassy-scss/compare/v1.7.5...v1.8.0) (2022-08-07) diff --git a/package-lock.json b/package-lock.json index 57c12c6..99a78eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sassy-scss", - "version": "1.8.0", + "version": "1.8.1", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index b65c0d2..9db56b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.8.0", + "version": "1.8.1", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.", "homepage": "https://sassy-scss.kasimir.dev",