Skip to content

Commit

Permalink
chore(release): 🤖🔖🚀 v2.0.2
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2021-09-09)

### 🪲 Bug Fixes

* **tsconfigRootDir:** use `process.cwd()` as function ([142924c](142924c))

### 🔧 Configs

* **rules:** `allowSeparatedGroups` in `sort-import` ([8b3656c](8b3656c))
* set `settings.react.version: 'detect'` ([30d01cc](30d01cc))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Sep 9, 2021
1 parent 8b3656c commit a427fbd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@


## [2.0.2](https://github.com/stackr23/config-eslint/compare/v2.0.1...v2.0.2) (2021-09-09)


### :beetle: Bug Fixes

* **tsconfigRootDir:** use `process.cwd()` as function ([142924c](https://github.com/stackr23/config-eslint/commit/142924c6a582d759f1008faad75af0dd08fdb10f))


### :wrench: Configs

* **rules:** `allowSeparatedGroups` in `sort-import` ([8b3656c](https://github.com/stackr23/config-eslint/commit/8b3656cef4daee3c027faffd9dd2bfb48766ce48))
* set `settings.react.version: 'detect'` ([30d01cc](https://github.com/stackr23/config-eslint/commit/30d01cc1c03793668afe5730a5babdde28d96f11))

## [2.0.1](https://github.com/stackr23/config-eslint/compare/v2.0.0...v2.0.1) (2021-09-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackr23/config-eslint",
"version": "2.0.1",
"version": "2.0.2",
"description": "shareable configs for EsLint and Prettier with vsCode integration",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a427fbd

Please sign in to comment.