diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cfce5..2b823f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.3](https://github.com/Farfetch/garment/compare/v0.16.2...v0.16.3) (2022-01-14) + + +### Bug Fixes + +* Resolve bug on eslint when linting multi projects ([#80](https://github.com/Farfetch/garment/issues/80)) ([bba318b](https://github.com/Farfetch/garment/commit/bba318be2e9e02fc87145bf06f53171a1ba27d70)) + + + + + ## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06) diff --git a/lerna.json b/lerna.json index 8270d23..0921e86 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "0.16.2" + "version": "0.16.3" } diff --git a/packages/plugin-runner-eslint/CHANGELOG.md b/packages/plugin-runner-eslint/CHANGELOG.md index 8adc41a..1eceb35 100644 --- a/packages/plugin-runner-eslint/CHANGELOG.md +++ b/packages/plugin-runner-eslint/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.3](https://github.com/Farfetch/garment/compare/v0.16.2...v0.16.3) (2022-01-14) + + +### Bug Fixes + +* Resolve bug on eslint when linting multi projects ([#80](https://github.com/Farfetch/garment/issues/80)) ([bba318b](https://github.com/Farfetch/garment/commit/bba318be2e9e02fc87145bf06f53171a1ba27d70)) + + + + + ## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06) diff --git a/packages/plugin-runner-eslint/package.json b/packages/plugin-runner-eslint/package.json index 9239737..b5041ca 100644 --- a/packages/plugin-runner-eslint/package.json +++ b/packages/plugin-runner-eslint/package.json @@ -1,7 +1,7 @@ { "name": "@garment/plugin-runner-eslint", "license": "MIT", - "version": "0.16.2", + "version": "0.16.3", "main": "lib/index.js", "files": [ "lib",