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

Commit 9765b21

Browse files
author
Luis Vieira
committed
chore: Release
1 parent bba318b commit 9765b21

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3](https://github.com/Farfetch/garment/compare/v0.16.2...v0.16.3) (2022-01-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Resolve bug on eslint when linting multi projects ([#80](https://github.com/Farfetch/garment/issues/80)) ([bba318b](https://github.com/Farfetch/garment/commit/bba318be2e9e02fc87145bf06f53171a1ba27d70))
12+
13+
14+
15+
16+
617
## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06)
718

819

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.2"
6+
"version": "0.16.3"
77
}

packages/plugin-runner-eslint/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3](https://github.com/Farfetch/garment/compare/v0.16.2...v0.16.3) (2022-01-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Resolve bug on eslint when linting multi projects ([#80](https://github.com/Farfetch/garment/issues/80)) ([bba318b](https://github.com/Farfetch/garment/commit/bba318be2e9e02fc87145bf06f53171a1ba27d70))
12+
13+
14+
15+
16+
617
## [0.16.2](https://github.com/Farfetch/garment/compare/v0.16.0...v0.16.2) (2022-01-06)
718

819

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.2",
4+
"version": "0.16.3",
55
"main": "lib/index.js",
66
"files": [
77
"lib",

0 commit comments

Comments
 (0)