Skip to content

Commit 96ac7f6

Browse files
committed
Merge branch 'main' into develop
2 parents 7dbb090 + ed111e0 commit 96ac7f6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

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

10+
### v3.0.0 (2022-02-10)
11+
12+
- [`#429`](https://github.com/lifion/eslint-config-lifion/pull/429): Bump eslint-plugin-jest from 25.2.2 to 25.2.4
13+
- [`#423`](https://github.com/lifion/eslint-config-lifion/pull/423): Feature/adopt core commons
14+
- [`b8e98f0`](https://github.com/lifion/eslint-config-lifion/commit/b8e98f0b81b29983349b14419c906c9676e25651): Adopt ESLint 8.8.0
15+
- [`4e1d23c`](https://github.com/lifion/eslint-config-lifion/commit/4e1d23c8f1e82fc614e8055e21e03a4ce4dcfb55): Adopt core-commons
16+
- [`1323a07`](https://github.com/lifion/eslint-config-lifion/commit/1323a07f88246b565d8127479ed5c3cb778b5ab4): Upgrade eslint-plugin-jest & eslint-plugin-unicorn
17+
- [`10828f2`](https://github.com/lifion/eslint-config-lifion/commit/10828f27500c2402260a75723ac766905b7972d1): Adopt the reusable workflows from core-commons
18+
- [`257164c`](https://github.com/lifion/eslint-config-lifion/commit/257164c6d0c2f6cb558011241c4f3eefaa50cdd6): Upgrade dependencies
19+
- [`6128430`](https://github.com/lifion/eslint-config-lifion/commit/612843055ff26e3a76aaf7049ea4d7c37177b492): Correct the engine, maintainers, and license in the README file
20+
- [`bb8e8b3`](https://github.com/lifion/eslint-config-lifion/commit/bb8e8b329c51dfc6528a742e356361f5a9131332): Upgrade core-commons
21+
- [`7dbb090`](https://github.com/lifion/eslint-config-lifion/commit/7dbb090179aa8fc87f7044dcea121d153de521f4): Add ESLint and Prettier as development dependencies
22+
- [`d318252`](https://github.com/lifion/eslint-config-lifion/commit/d318252761d7f0b39a4640e210f43816cedfebe1): Add the Contributor Covenant badge
23+
1024
### v2.2.2 (2021-10-20)
1125

1226
- [`#422`](https://github.com/lifion/eslint-config-lifion/pull/422): [Feature] Turned off numeric separators rule

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-lifion",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "Lifion's ESLint config",
55
"keywords": [
66
"config",

0 commit comments

Comments
 (0)