Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer authored Nov 28, 2023
1 parent 074ddce commit 05c4fe8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.1](https://github.com/Meqn/sass-magics/compare/v1.0.0...v1.0.1) (2023-11-28)


### 🐛 Bug Fixes

* List-splice insertion position and separator and other issues ([044e038](https://github.com/Meqn/sass-magics/commit/044e038eab7329d0d2f273506e5cd5eaf2e6ce57))
* The is-color() condition is incorrect ([91231b4](https://github.com/Meqn/sass-magics/commit/91231b41948ad12da6e6fce587c4e8aa8f4d7d1d))


### 🌟 Performance

* Add default values for join-unit() parameters ([87c2e40](https://github.com/Meqn/sass-magics/commit/87c2e403f059d3115f8c85a242913652759020e9))

## 1.0.0 (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-magics",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sass magic helper. It extends the Sass built-in modules and provides useful mixins and functions that make your Sass writing more magical and elegant.",
"main": "_index.scss",
"files": [
Expand Down

0 comments on commit 05c4fe8

Please sign in to comment.