From db799c211631b9ff9251b4d1f458d7648d26bfb9 Mon Sep 17 00:00:00 2001 From: Li0liQ Date: Tue, 6 Apr 2021 10:15:52 +1000 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15b8a08..41422e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog ## Master -- **BREAKING** Ignore `package.json` `exports` field when resolving dependencies + +## 0.5.0 - Ignore incorrect package exports + +- **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 - Improve performance of files filter for the rules - Bump dependencies diff --git a/package.json b/package.json index c7894181..75b33f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stricter", - "version": "0.4.7", + "version": "0.5.0", "description": "A project-wide js-linting tool", "files": [ "LICENSE",