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

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Vieira committed Jan 6, 2022
1 parent 2c59616 commit a6bdb06
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.16.1"
"version": "0.16.2"
}
12 changes: 12 additions & 0 deletions packages/plugin-runner-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-runner-eslint/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a6bdb06

Please sign in to comment.