diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca4124..18b5dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/unsass/utilities/compare/v1.3.0...v1.3.1) (2022-08-17) + + +### Bug Fixes + +* packages vulnerabilities ([c2d0456](https://github.com/unsass/utilities/commit/c2d0456b1f286cde4044924b601afae391670fdf)) +* remove unneeded `[@debug](https://github.com/debug)` ([fdb0955](https://github.com/unsass/utilities/commit/fdb0955fa6f2827097ab38e6b74e0cb2cf7551e4)) + ## [1.3.0](https://github.com/unsass/utilities/compare/v1.2.0...v1.3.0) (2022-03-21) diff --git a/package-lock.json b/package-lock.json index c5298ea..0f95694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unsass/utilities", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unsass/utilities", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "sass": "^1.52.3" diff --git a/package.json b/package.json index 7e73d5f..527af3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unsass/utilities", - "version": "1.3.0", + "version": "1.3.1", "description": "Sass mixins and functions utilities for made your development more easier.", "scripts": { "lint:css": "stylelint --fix \"**/*.scss\"",