From 473c99772458b6fd0ccf10b8f4d4fea26c314992 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Feb 2022 22:51:45 +0000 Subject: [PATCH] chore(release): publish version 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fca1f30 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index b5e21e6..0d50674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unsass/utilities", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unsass/utilities", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@commitlint/cli": "^16.2.1", diff --git a/package.json b/package.json index beac5a9..656b3a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unsass/utilities", "description": "Sass utilities.", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "test": "jest", "prepare": "husky install",