diff --git a/packages/eslint-config-jest/CHANGELOG.md b/packages/eslint-config-jest/CHANGELOG.md index 826b95f9..7c39c4e3 100644 --- a/packages/eslint-config-jest/CHANGELOG.md +++ b/packages/eslint-config-jest/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] + ### Changed -- misc: bump @iadvize-oss/eslint-patch from 0.0.0-canary-188a39b2ce523a2bfa712593c3dc6e9e24cbe15d to 0.0.1 in /packages/eslint-config-jest + +- misc: bump @iadvize-oss/eslint-patch from 0.0.0-canary-188a39b2ce523a2bfa712593c3dc6e9e24cbe15d to 0.0.1 in /packages/eslint-config-jest ## [0.0.1] diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json index 6b9184ee..5f9c2b89 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": "0.0.1", + "version": "0.0.2", "description": "iAdvize javascript eslint rules for jest files", "main": "index.js", "author": "iAdvize developers",