diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a77e63..ffdc370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/felix-berlin/sassy-scss/compare/v1.7.5...v1.8.0) (2022-08-07) + + +### Bug Fixes + +* target-anchor-offset no namespace for invert func ([c9c3086](https://github.com/felix-berlin/sassy-scss/commit/c9c30868e93cf70efd260103ab32db7819f1ad28)) + + +### Features + +* select-style & target-anchor-offset able to set own content ([9a7c6d2](https://github.com/felix-berlin/sassy-scss/commit/9a7c6d2cf60744ae71f8114302b72c38c1e9465b)) + ## [1.7.5](https://github.com/felix-berlin/sassy-scss/compare/v1.7.4...v1.7.5) (2022-08-06) diff --git a/package-lock.json b/package-lock.json index 35298d1..57c12c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.7.5", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sassy-scss", - "version": "1.7.5", + "version": "1.8.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 62d2a65..b65c0d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@felix_berlin/sassy-scss", - "version": "1.7.5", + "version": "1.8.0", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.", "homepage": "https://sassy-scss.kasimir.dev", @@ -9,7 +9,7 @@ "url": "https://github.com/felix-berlin/sassy-scss" }, "bugs": { - "url" : "https://github.com/felix-berlin/sassy-scss/issues" + "url": "https://github.com/felix-berlin/sassy-scss/issues" }, "author": { "name": "Felix Scholze", @@ -18,15 +18,17 @@ }, "funding": [ { - "type" : "PayPal", - "url" : "https://paypal.me/FelixScholze" + "type": "PayPal", + "url": "https://paypal.me/FelixScholze" }, { - "type" : "Buy me a coffee", - "url" : "https://www.buymeacoffee.com/felixberlin" + "type": "Buy me a coffee", + "url": "https://www.buymeacoffee.com/felixberlin" } ], - "files": ["*.scss"], + "files": [ + "*.scss" + ], "engines": { "node": ">=12" },