From 28f707d90974249619a6842690ceabef72dc1c80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jan 2022 20:50:00 +0000 Subject: [PATCH] Build: @ptsecurity/eslint-config@1.4.3 [skip ci] --- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index be33efc..849766e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,3 +1,11 @@ +## @ptsecurity/eslint-config [1.4.3](https://github.com/positive-js/pt-code-style/compare/@ptsecurity/eslint-config@1.4.2...@ptsecurity/eslint-config@1.4.3) (2022-01-15) + + +### 🐛 Fix +#### Fix a bug. + +* added optional dependencies ([](https://github.com/positive-js/pt-code-style/commit/78571b2)) + ## @ptsecurity/eslint-config [1.4.2](https://github.com/positive-js/pt-code-style/compare/@ptsecurity/eslint-config@1.4.1...@ptsecurity/eslint-config@1.4.2) (2022-01-15) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5db420f..30b4768 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ptsecurity/eslint-config", - "version": "1.4.2", + "version": "1.4.3", "description": "ESLint shareable config for the Positive Technologies JavaScript style guide.", "author": "Positive Technologies", "license": "MIT",