Skip to content

Commit 7580ad5

Browse files
committed
19.0.0
1 parent d05f485 commit 7580ad5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 19.0.0
2+
3+
- Breaking: custom rules must be uniquely named in a repository.
4+
- Custom rules now always load in the IDE across projects in a monorepo.
5+
16
# 18.0.0
27

38
- no-floating-promises is stricter now.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"verify": "npm run tsc:check && npm run lint && npm run test"
5757
},
5858
"type": "commonjs",
59-
"version": "18.0.0"
59+
"version": "19.0.0"
6060
}

0 commit comments

Comments
 (0)