From 53458549a8c35cacf2b660f6c3408765e2328fb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Aug 2022 08:36:01 +0000 Subject: [PATCH] chore(release): publish version 2.0.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d486f9..e6fec26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.3](https://github.com/unsass/rem/compare/v2.0.2...v2.0.3) (2022-08-17) + + +### Bug Fixes + +* packages vulnerabilities ([8eba23b](https://github.com/unsass/rem/commit/8eba23b0bb2d51a90d7859bbefc2a8bdcc7e5f92)) + ## [2.0.2](https://github.com/unsass/rem/compare/v2.0.1...v2.0.2) (2022-08-17) diff --git a/package-lock.json b/package-lock.json index f38bd71..5d390aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unsass/rem", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unsass/rem", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@sass-collective/strip-unit": "^3.1.2", diff --git a/package.json b/package.json index 8fc5674..3c41558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unsass/rem", - "version": "2.0.2", + "version": "2.0.3", "description": "Sass functions and mixins to use em units.", "scripts": { "lint:css": "stylelint --fix \"**/*.scss\"",