From 542236009d3a2227040f873bf8bc22e7ebafdede Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Nov 2022 18:10:43 +0000 Subject: [PATCH] chore(release): publish version 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d50cb8..6f98200 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. +# [2.0.0](https://github.com/felix-berlin/sass-butler/compare/v1.10.5...v2.0.0) (2022-11-05) + + +### Features + +* **font-smooting:** detect retina display via breakpoint ([c7b6c4e](https://github.com/felix-berlin/sass-butler/commit/c7b6c4e72f1fa3dbce326f688a8fc7fb05bd0d7f)) + + +### BREAKING CHANGES + +* **font-smooting:** the $antialiased param is removed; @media query now makes the condition + ## [1.10.5](https://github.com/felix-berlin/sass-butler/compare/v1.10.4...v1.10.5) (2022-09-23) diff --git a/package-lock.json b/package-lock.json index 3304b93..1d8fd28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "1.10.5", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "1.10.5", + "version": "2.0.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 8d064ba..d9af2d2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.10.5", + "version": "2.0.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",