Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Apr 5, 2022
1 parent 1e87fcf commit 2c7f1c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.1 (2022-04-05)

- [`1e87fcf`](https://github.com/lifion/eslint-config-lifion/commit/1e87fcf0d00a83d4137c57f1a8e449fbef2acd70): Resolve conflict on hex numbers and Prettier
- [`70e4ca4`](https://github.com/lifion/eslint-config-lifion/commit/70e4ca49afb6e0f588d2eeaef19a06b123c93a18): Correct the 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
Expand All @@ -30,7 +35,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": "3.0.0",
"version": "3.0.1",
"description": "Lifion's ESLint config",
"keywords": [
"config",
Expand Down

0 comments on commit 2c7f1c7

Please sign in to comment.