From a2745e3f15f38b60a2b1f4852c50dd70f3405160 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 May 2021 08:56:02 +0000 Subject: [PATCH] chore(release): 5.8.0 [skip ci] # [5.8.0](https://github.com/alfa-laboratory/arui-presets-lint/compare/v5.7.0...v5.8.0) (2021-05-14) ### Features * **eslint:** forbid to use context.only and test.only ([cfae8a5](https://github.com/alfa-laboratory/arui-presets-lint/commit/cfae8a5d7f42faacf24d0fbf716d2c3454ab6f65)) * **eslint:** forbid to use it.only and describe.only ([dd83d79](https://github.com/alfa-laboratory/arui-presets-lint/commit/dd83d79417ca89b2e1534cbe5617832d9eac5f47)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf45801..676743f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [5.8.0](https://github.com/alfa-laboratory/arui-presets-lint/compare/v5.7.0...v5.8.0) (2021-05-14) + + +### Features + +* **eslint:** forbid to use context.only and test.only ([cfae8a5](https://github.com/alfa-laboratory/arui-presets-lint/commit/cfae8a5d7f42faacf24d0fbf716d2c3454ab6f65)) +* **eslint:** forbid to use it.only and describe.only ([dd83d79](https://github.com/alfa-laboratory/arui-presets-lint/commit/dd83d79417ca89b2e1534cbe5617832d9eac5f47)) + # [5.7.0](https://github.com/alfa-laboratory/arui-presets-lint/compare/v5.6.0...v5.7.0) (2021-03-10) diff --git a/package.json b/package.json index 8b45b33..0d14f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-presets-lint", - "version": "5.7.0", + "version": "5.8.0", "description": "Config files for arui-apps", "author": "Good guys from Alfa-Bank", "license": "MIT",