Skip to content

Commit

Permalink
chore(release): publish version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 19, 2022
1 parent 176cb9b commit 473c997
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2022-02-19)


### Features

* **ellipsis, font-smoothing:** add mixins ([1f565be](https://github.com/unsass/utilities/commit/1f565be18b8da6dd7b4f72c4db934ba3be25d801))
* **string:** add `replace` function ([c6c2794](https://github.com/unsass/utilities/commit/c6c27946509b5ee9bc3a484ff3311f532f46ffb4))
* **string:** add `string-*` prefix for function ([176cb9b](https://github.com/unsass/utilities/commit/176cb9bacd7ba08c7388238c75e108ff890c1a4c))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unsass/utilities",
"description": "Sass utilities.",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"test": "jest",
"prepare": "husky install",
Expand Down

0 comments on commit 473c997

Please sign in to comment.