Skip to content

Commit db799c2

Browse files
committed
Version bump
1 parent e6e594e commit db799c2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## Master
4-
- **BREAKING** Ignore `package.json` `exports` field when resolving dependencies
4+
5+
## 0.5.0 - Ignore incorrect package exports
6+
7+
- **BREAKING** Ignore `package.json` `exports` field when resolving dependencies; this change might add missing entries to dependency graph, which could lead to rules finding the issues, not visible before
58
- Improve performance of files filter for the rules
69
- Bump dependencies
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stricter",
3-
"version": "0.4.7",
3+
"version": "0.5.0",
44
"description": "A project-wide js-linting tool",
55
"files": [
66
"LICENSE",

0 commit comments

Comments
 (0)