Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](1.0.60...1.1.0) (2022-03-01)

### Bug Fixes

* bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 ([#188](#188)) ([0e480eb](0e480eb))
* bump @typescript-eslint/parser from 5.12.0 to 5.12.1 ([#185](#185)) ([035cfbd](035cfbd))
* bump eslint-plugin-react from 7.28.0 to 7.29.2 ([#186](#186)) ([dfb9853](dfb9853))
* bump eslint-plugin-unicorn from 40.1.0 to 41.0.0 ([#181](#181)) ([ca8e548](ca8e548))
* bump postcss from 8.4.6 to 8.4.7 ([#183](#183)) ([c12d969](c12d969))

### Features

* prefer type imports ([#191](#191)) ([0ae18c3](0ae18c3))
* remove radar as a default installed plugin ([#189](#189)) ([ca00741](ca00741))
* set prefer node protocol as new default ([#190](#190)) ([c95dd56](c95dd56))
  • Loading branch information
semantic-release-bot committed Mar 1, 2022
1 parent 0ae18c3 commit 57063b8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.1.0](https://github.com/idaho/fltri-eslint-config/compare/1.0.60...1.1.0) (2022-03-01)


### Bug Fixes

* bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 ([#188](https://github.com/idaho/fltri-eslint-config/issues/188)) ([0e480eb](https://github.com/idaho/fltri-eslint-config/commit/0e480eb2d27b3d86493347cde5539b55ea757a91))
* bump @typescript-eslint/parser from 5.12.0 to 5.12.1 ([#185](https://github.com/idaho/fltri-eslint-config/issues/185)) ([035cfbd](https://github.com/idaho/fltri-eslint-config/commit/035cfbd5a7b5b54ea81c2b60f6e67039e2eea063))
* bump eslint-plugin-react from 7.28.0 to 7.29.2 ([#186](https://github.com/idaho/fltri-eslint-config/issues/186)) ([dfb9853](https://github.com/idaho/fltri-eslint-config/commit/dfb985338c5dd411892365968aad3da192179085))
* bump eslint-plugin-unicorn from 40.1.0 to 41.0.0 ([#181](https://github.com/idaho/fltri-eslint-config/issues/181)) ([ca8e548](https://github.com/idaho/fltri-eslint-config/commit/ca8e54836b4369607c8496b78a90500a2eef92d8))
* bump postcss from 8.4.6 to 8.4.7 ([#183](https://github.com/idaho/fltri-eslint-config/issues/183)) ([c12d969](https://github.com/idaho/fltri-eslint-config/commit/c12d969d3b87fb75f4fb7eeda1b890a54242f82e))


### Features

* prefer type imports ([#191](https://github.com/idaho/fltri-eslint-config/issues/191)) ([0ae18c3](https://github.com/idaho/fltri-eslint-config/commit/0ae18c3a5d940f80baf61c944a504e2acb52aeb7))
* remove radar as a default installed plugin ([#189](https://github.com/idaho/fltri-eslint-config/issues/189)) ([ca00741](https://github.com/idaho/fltri-eslint-config/commit/ca00741e135a9a8b414a368bd7f84f180ea1aae7))
* set prefer node protocol as new default ([#190](https://github.com/idaho/fltri-eslint-config/issues/190)) ([c95dd56](https://github.com/idaho/fltri-eslint-config/commit/c95dd56ae03b4d28317e14a47a8634d8060905d7))

## [1.0.60](https://github.com/idaho/fltri-eslint-config/compare/1.0.59...1.0.60) (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fltri/eslint-config",
"private": false,
"version": "1.0.60",
"version": "1.1.0",
"description": "My custom ESLint config set.",
"main": "node.js",
"author": "idaho",
Expand Down

0 comments on commit 57063b8

Please sign in to comment.