diff --git a/CHANGELOG.md b/CHANGELOG.md index f947a2f..965a131 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.7.4](https://github.com/felix-berlin/sassy-scss/compare/v1.7.3...v1.7.4) (2022-06-26) + + +### Bug Fixes + +* double h1 in CHANGELOG ([2476134](https://github.com/felix-berlin/sassy-scss/commit/2476134c1860bb6c246325ef889642fcd809f659)) + ## [1.7.3](https://github.com/felix-berlin/sassy-scss/compare/v1.7.2...v1.7.3) (2022-06-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 5a9110d..5a85c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sassy-scss", - "version": "1.7.3", + "version": "1.7.4", "license": "ISC", "dependencies": { "sass": "^1.53.0" diff --git a/package.json b/package.json index 39d349f..8e294d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.7.3", + "version": "1.7.4", "license": "ISC", "description": "A collection of useful SCSS mixins and functions", "homepage": "https://sassy-scss.kasimir.dev",