From 2194cb5ef6e103c9bfe1987b68365cdf49033a21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Feb 2025 11:48:54 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/zotoio/x-fidelity/compare/v3.0.1...v3.0.2) (2025-02-15) ### Bug Fixes * package.json & yarn.lock to reduce vulnerabilities ([2f5acac](https://github.com/zotoio/x-fidelity/commit/2f5acac2f3b31809af65c4287e8aa58b384a46e3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ad748..cd3958b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/zotoio/x-fidelity/compare/v3.0.1...v3.0.2) (2025-02-15) + + +### Bug Fixes + +* package.json & yarn.lock to reduce vulnerabilities ([2f5acac](https://github.com/zotoio/x-fidelity/commit/2f5acac2f3b31809af65c4287e8aa58b384a46e3)) + ## [3.0.1](https://github.com/zotoio/x-fidelity/compare/v3.0.0...v3.0.1) (2025-02-15) diff --git a/package.json b/package.json index 3fdbea9..e1c4ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-fidelity", - "version": "3.0.1", + "version": "3.0.2", "description": "cli for opinionated framework adherence checks", "main": "dist/index", "types": "dist/index.d.ts",