diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e7f72..44cfce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06) + + +### Bug Fixes + +* Eslint not running on lint staged ([#63](https://github.com/Farfetch/garment/issues/63)) ([4b9c92f](https://github.com/Farfetch/garment/commit/4b9c92f46a279c289d362476779ba6cfbab8a118)) +* Updates Eslint process to run with project directory ([#73](https://github.com/Farfetch/garment/issues/73)) ([ad55434](https://github.com/Farfetch/garment/commit/ad55434b453d5697962df82f457683ad07507d33)) + + + + + ## [0.16.1](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.1) (2022-01-06) diff --git a/lerna.json b/lerna.json index 4494a86..8270d23 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "0.16.1" + "version": "0.16.2" } diff --git a/packages/plugin-runner-eslint/CHANGELOG.md b/packages/plugin-runner-eslint/CHANGELOG.md index ae5e42d..8adc41a 100644 --- a/packages/plugin-runner-eslint/CHANGELOG.md +++ b/packages/plugin-runner-eslint/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06) + + +### Bug Fixes + +* Eslint not running on lint staged ([#63](https://github.com/Farfetch/garment/issues/63)) ([4b9c92f](https://github.com/Farfetch/garment/commit/4b9c92f46a279c289d362476779ba6cfbab8a118)) +* Updates Eslint process to run with project directory ([#73](https://github.com/Farfetch/garment/issues/73)) ([ad55434](https://github.com/Farfetch/garment/commit/ad55434b453d5697962df82f457683ad07507d33)) + + + + + ## [0.16.1](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.1) (2022-01-06) diff --git a/packages/plugin-runner-eslint/package.json b/packages/plugin-runner-eslint/package.json index 025309b..9239737 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.1", + "version": "0.16.2", "main": "lib/index.js", "files": [ "lib",