Skip to content

Commit 19a4513

Browse files
committed
chore: release v1.4.0
1 parent 3c7a756 commit 19a4513

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/cra/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11

22

3+
## [1.4.0](https://github.com/novemberfiveco/eslint-config/compare/[email protected]@1.4.0) (2024-02-17)
4+
5+
6+
### Features
7+
8+
* add grouping rules for import sort ([bfba854](https://github.com/novemberfiveco/eslint-config/commit/bfba854ed5549bd9efe5c0d954e7ff5efaa99fa1))
9+
* add nvmrc ([c3708e5](https://github.com/novemberfiveco/eslint-config/commit/c3708e5b6429100d74e3c778a7ba5af866664a5e))
10+
* add prettier 3.0 support for next and vite ([1c04b92](https://github.com/novemberfiveco/eslint-config/commit/1c04b92f56564299ada70f2ce9b392c8d8b9b2a2))
11+
* add serverless eslint config ([882d094](https://github.com/novemberfiveco/eslint-config/commit/882d0940a6878ebc7638075bba84bd34c90c2ff2))
12+
* initial version ([0a45f09](https://github.com/novemberfiveco/eslint-config/commit/0a45f09600ddd2befcf89e2ccc0f5ed6c71ebff5))
13+
* react native config ([a6c8cb9](https://github.com/novemberfiveco/eslint-config/commit/a6c8cb974c2e082f8a035c73b6ec001ff8abcdb2))
14+
* react native config ([bfb5bf9](https://github.com/novemberfiveco/eslint-config/commit/bfb5bf94df6ac898137d0dcea4259b77ccb6c1e0))
15+
16+
17+
### Bug Fixes
18+
19+
* add missing deps in package json ([7acfe30](https://github.com/novemberfiveco/eslint-config/commit/7acfe30feb8af89e1e9bc0dc5db1c3a5a22bee5e))
20+
* allow minor patch updates + bump deps ([#10](https://github.com/novemberfiveco/eslint-config/issues/10)) ([bd06122](https://github.com/novemberfiveco/eslint-config/commit/bd06122161f8a1c6cc49d4da22553a3acedacbc8))
21+
* package lock ([b2c4679](https://github.com/novemberfiveco/eslint-config/commit/b2c4679778aad397df965cd3424995d2c705ad3b))
22+
* react native config ([f12ecf4](https://github.com/novemberfiveco/eslint-config/commit/f12ecf4dd839b56111ffa754f60525310769b927))
23+
* react native config ([da9f9d2](https://github.com/novemberfiveco/eslint-config/commit/da9f9d20f069c7c330f026acf37525abead9a7c6))
24+
* remove deprecated rule ([915a33a](https://github.com/novemberfiveco/eslint-config/commit/915a33a9ce003a0d97106c29d59da02a4972e457))
25+
326
## 1.3.0 (2023-03-28)
427

528

packages/cra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novemberfiveco/eslint-config-cra",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": false,
55
"description": "ESLint configuration for Create React App projects used by November Five",
66
"keywords": [

0 commit comments

Comments
 (0)