Skip to content

Commit

Permalink
chore(release): publish version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 27, 2023
1 parent b452406 commit 84c98f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/felix-berlin/sass-butler/compare/v2.5.3...v2.6.0) (2023-08-27)


### Bug Fixes

* updated lock file ([c1ef6de](https://github.com/felix-berlin/sass-butler/commit/c1ef6de3c6711060878acd15308b731a802ac5a1))


### Features

* replaced the throw.error function by an own to not have to use sass-true as prod-dependency ([8a0b9fd](https://github.com/felix-berlin/sass-butler/commit/8a0b9fd3bc683e1095abfa16c46b1e91939af540))

## [2.5.3](https://github.com/felix-berlin/sass-butler/compare/v2.5.2...v2.5.3) (2023-08-26)


Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.3",
"version": "2.6.0",
"name": "@felix_berlin/sass-butler",
"license": "ISC",
"description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",
Expand All @@ -17,15 +17,15 @@
"url": "https://webshaped.de"
},
"contributors": [
{
"name": "Felix Scholze",
"email": "[email protected]",
"url": "https://webshaped.de"
},
{
"name": "Sven George",
"url": "https://github.com/red-freak"
}
{
"name": "Felix Scholze",
"email": "[email protected]",
"url": "https://webshaped.de"
},
{
"name": "Sven George",
"url": "https://github.com/red-freak"
}
],
"funding": [
{
Expand Down Expand Up @@ -91,7 +91,7 @@
"postcss": "^8.4.28",
"postcss-scss": "^4.0.7",
"sass": "^1.66.1",
"sass-true": "^7.0.0",
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4",
"semantic-release": "^21.1.1",
"stylelint": "^15.10.3",
Expand Down

0 comments on commit 84c98f8

Please sign in to comment.