Skip to content

Commit 7a40e02

Browse files
chore(release): publish version 1.3.1
1 parent 6e48154 commit 7a40e02

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [1.3.1](https://github.com/unsass/utilities/compare/v1.3.0...v1.3.1) (2022-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* packages vulnerabilities ([c2d0456](https://github.com/unsass/utilities/commit/c2d0456b1f286cde4044924b601afae391670fdf))
11+
* remove unneeded `[@debug](https://github.com/debug)` ([fdb0955](https://github.com/unsass/utilities/commit/fdb0955fa6f2827097ab38e6b74e0cb2cf7551e4))
12+
513
## [1.3.0](https://github.com/unsass/utilities/compare/v1.2.0...v1.3.0) (2022-03-21)
614

715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unsass/utilities",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Sass mixins and functions utilities for made your development more easier.",
55
"scripts": {
66
"lint:css": "stylelint --fix \"**/*.scss\"",

0 commit comments

Comments
 (0)