From 5a0e5c0d3b1aded0048bcdb3f873cafb314d699b Mon Sep 17 00:00:00 2001 From: Github actions Date: Wed, 15 Dec 2021 09:40:59 +0000 Subject: [PATCH] @iadvize-oss/eslint-config@3.0.0 --- packages/eslint-config/CHANGELOG.md | 4 +++- packages/eslint-config/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index eb389116..b2431046 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Change -- Added `'arrow-body-style': ['error', 'as-needed']` +- Added `'arrow-body-style': ['error', 'as-needed']` ## [2.2.0] diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 611dc33b..dbf36283 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@iadvize-oss/eslint-config", - "version": "2.2.0", + "version": "3.0.0", "description": "iAdvize javascript eslint rules, based on airbnb", "main": "index.js", "author": "iAdvize developers",