Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Feb 10, 2022
1 parent 7dbb090 commit 2c6de9a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### v3.0.0 (2022-02-10)

- [`#429`](https://github.com/lifion/eslint-config-lifion/pull/429): Bump eslint-plugin-jest from 25.2.2 to 25.2.4
- [`#423`](https://github.com/lifion/eslint-config-lifion/pull/423): Feature/adopt core commons
- [`b8e98f0`](https://github.com/lifion/eslint-config-lifion/commit/b8e98f0b81b29983349b14419c906c9676e25651): Adopt ESLint 8.8.0
- [`4e1d23c`](https://github.com/lifion/eslint-config-lifion/commit/4e1d23c8f1e82fc614e8055e21e03a4ce4dcfb55): Adopt core-commons
- [`1323a07`](https://github.com/lifion/eslint-config-lifion/commit/1323a07f88246b565d8127479ed5c3cb778b5ab4): Upgrade eslint-plugin-jest & eslint-plugin-unicorn
- [`10828f2`](https://github.com/lifion/eslint-config-lifion/commit/10828f27500c2402260a75723ac766905b7972d1): Adopt the reusable workflows from core-commons
- [`257164c`](https://github.com/lifion/eslint-config-lifion/commit/257164c6d0c2f6cb558011241c4f3eefaa50cdd6): Upgrade dependencies
- [`6128430`](https://github.com/lifion/eslint-config-lifion/commit/612843055ff26e3a76aaf7049ea4d7c37177b492): Correct the engine, maintainers, and license in the README file
- [`bb8e8b3`](https://github.com/lifion/eslint-config-lifion/commit/bb8e8b329c51dfc6528a742e356361f5a9131332): Upgrade core-commons
- [`7dbb090`](https://github.com/lifion/eslint-config-lifion/commit/7dbb090179aa8fc87f7044dcea121d153de521f4): Add ESLint and Prettier as development dependencies
- [`d318252`](https://github.com/lifion/eslint-config-lifion/commit/d318252761d7f0b39a4640e210f43816cedfebe1): Add the Contributor Covenant badge

### v2.2.2 (2021-10-20)

- [`#422`](https://github.com/lifion/eslint-config-lifion/pull/422): [Feature] Turned off numeric separators rule
Expand All @@ -16,7 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### v2.2.1 (2021-09-30)

- [`60d99b8`](https://github.com/lifion/eslint-config-lifion/commit/60d99b87104c0da057902d9a6856ef3e84a4589f): Fix unit tests
- [`1b11ac7`](https://github.com/lifion/eslint-config-lifion/commit/1b11ac7957f745730a898ff2df370a0d59f3b04e): Support nested **mocks** folders
- [`1b11ac7`](https://github.com/lifion/eslint-config-lifion/commit/1b11ac7957f745730a898ff2df370a0d59f3b04e): Support nested __mocks__ folders

### v2.2.0 (2021-09-30)

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,6 +1,6 @@
{
"name": "eslint-config-lifion",
"version": "2.2.2",
"version": "3.0.0",
"description": "Lifion's ESLint config",
"keywords": [
"config",
Expand Down

0 comments on commit 2c6de9a

Please sign in to comment.