diff --git a/CHANGELOG.md b/CHANGELOG.md index 1021240..3c7d470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,12 @@ -# Changelog +# Changelog + +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.7.3](https://github.com/felix-berlin/sassy-scss/compare/v1.7.2...v1.7.3) (2022-06-26) + + +### Bug Fixes + +* typo ([45090b1](https://github.com/felix-berlin/sassy-scss/commit/45090b1acd634effd62b088efe74e6215412d2ff)) + +# Changelog diff --git a/package-lock.json b/package-lock.json index 649baaa..5a9110d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.7.0", + "version": "1.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sassy-scss", - "version": "1.7.0", + "version": "1.7.3", "license": "ISC", "dependencies": { "sass": "^1.53.0" diff --git a/package.json b/package.json index 7108254..39d349f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.7.0", + "version": "1.7.3", "license": "ISC", "description": "A collection of useful SCSS mixins and functions", "homepage": "https://sassy-scss.kasimir.dev",