From 90f5f9d8aa27bf5b6cb6d52b68f3acca44666ac0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Feb 2024 00:37:01 +0000 Subject: [PATCH] chore(release): publish version 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb567c2..5603f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.0](https://github.com/unsass/rem/compare/v2.1.0...v2.2.0) (2024-02-19) + + +### Features + +* **deps:** drop node 16 for 18 ([b25887e](https://github.com/unsass/rem/commit/b25887e0f7d01dc4c60663940848ccb1fa9714a6)) + + +### Bug Fixes + +* **deps:** prevent dependencies vulnerabilities ([f742269](https://github.com/unsass/rem/commit/f7422698e0917b03410a610263e5247cf0e6bc9a)) + ## [2.1.0](https://github.com/unsass/rem/compare/v2.0.4...v2.1.0) (2023-03-06) diff --git a/package-lock.json b/package-lock.json index e39bf78..2bb2a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unsass/rem", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unsass/rem", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@sass-collective/strip-unit": "^3.1.2", diff --git a/package.json b/package.json index acad83c..5f90911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unsass/rem", - "version": "2.1.0", + "version": "2.2.0", "description": "Sass functions and mixins to use rem units.", "scripts": { "lint:css": "stylelint --fix \"**/*.scss\"",