From aa245134fded2ee2ac72c686264e4cad3e5a8f5b Mon Sep 17 00:00:00 2001 From: sullivanpj Date: Mon, 15 Jan 2024 08:55:40 +0000 Subject: [PATCH] chore(config-tools): config-tools-v1.14.1 [skip ci] ## [1.14.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.14.0...config-tools-v1.14.1) (2024-01-15) ### Bug Fixes * **linting-tools:** Resolve Dependabot Alerts [#1](https://github.com/storm-software/storm-ops/issues/1), [#2](https://github.com/storm-software/storm-ops/issues/2), [#3](https://github.com/storm-software/storm-ops/issues/3), and [#4](https://github.com/storm-software/storm-ops/issues/4) ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e)) --- packages/config-tools/CHANGELOG.md | 7 +++++++ packages/config-tools/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/config-tools/CHANGELOG.md b/packages/config-tools/CHANGELOG.md index a7787cbf3..5d6ede759 100644 --- a/packages/config-tools/CHANGELOG.md +++ b/packages/config-tools/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.14.0...config-tools-v1.14.1) (2024-01-15) + + +### Bug Fixes + +* **linting-tools:** Resolve Dependabot Alerts [#1](https://github.com/storm-software/storm-ops/issues/1), [#2](https://github.com/storm-software/storm-ops/issues/2), [#3](https://github.com/storm-software/storm-ops/issues/3), and [#4](https://github.com/storm-software/storm-ops/issues/4) ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e)) + # [1.14.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.13.1...config-tools-v1.14.0) (2024-01-15) diff --git a/packages/config-tools/package.json b/packages/config-tools/package.json index e1706b12f..6db0233bd 100644 --- a/packages/config-tools/package.json +++ b/packages/config-tools/package.json @@ -1,6 +1,6 @@ { "name": "@storm-software/config-tools", - "version": "1.14.0", + "version": "1.14.1", "private": false, "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": {