From 6eb4ef864e060be5a80aa382ea2f2f343f4be689 Mon Sep 17 00:00:00 2001 From: Github actions Date: Thu, 15 Oct 2020 07:10:40 +0000 Subject: [PATCH] @iadvize-oss/eslint-config-jest@1.2.0 --- packages/eslint-config-jest/CHANGELOG.md | 2 ++ packages/eslint-config-jest/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config-jest/CHANGELOG.md b/packages/eslint-config-jest/CHANGELOG.md index 9962f679..c742632c 100644 --- a/packages/eslint-config-jest/CHANGELOG.md +++ b/packages/eslint-config-jest/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] + ### Changes - Add new rules diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json index c61c9994..47f4fc5d 100644 --- a/packages/eslint-config-jest/package.json +++ b/packages/eslint-config-jest/package.json @@ -1,6 +1,6 @@ { "name": "@iadvize-oss/eslint-config-jest", - "version": "1.1.0", + "version": "1.2.0", "description": "iAdvize javascript eslint rules for jest files", "main": "index.js", "author": "iAdvize developers",