Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit a6bdb06

Browse files
author
Luis Vieira
committed
chore: Release
1 parent 2c59616 commit a6bdb06

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Eslint not running on lint staged ([#63](https://github.com/Farfetch/garment/issues/63)) ([4b9c92f](https://github.com/Farfetch/garment/commit/4b9c92f46a279c289d362476779ba6cfbab8a118))
12+
* Updates Eslint process to run with project directory ([#73](https://github.com/Farfetch/garment/issues/73)) ([ad55434](https://github.com/Farfetch/garment/commit/ad55434b453d5697962df82f457683ad07507d33))
13+
14+
15+
16+
17+
618
## [0.16.1](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.1) (2022-01-06)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.16.1"
6+
"version": "0.16.2"
77
}

packages/plugin-runner-eslint/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Eslint not running on lint staged ([#63](https://github.com/Farfetch/garment/issues/63)) ([4b9c92f](https://github.com/Farfetch/garment/commit/4b9c92f46a279c289d362476779ba6cfbab8a118))
12+
* Updates Eslint process to run with project directory ([#73](https://github.com/Farfetch/garment/issues/73)) ([ad55434](https://github.com/Farfetch/garment/commit/ad55434b453d5697962df82f457683ad07507d33))
13+
14+
15+
16+
17+
618
## [0.16.1](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.1) (2022-01-06)
719

820

packages/plugin-runner-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/plugin-runner-eslint",
33
"license": "MIT",
4-
"version": "0.16.1",
4+
"version": "0.16.2",
55
"main": "lib/index.js",
66
"files": [
77
"lib",

0 commit comments

Comments
 (0)