File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44This change log adheres to standards from [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
55
66## Unreleased
7- - [ refactor] switch to a maintained array.prototype.find package
7+
8+ ## 0.13.5 - 2023-08-15
9+ - [ refactor] replace ` lodash/isEqual ` usage with ` deep-equal `
10+ - [ refactor] remove ` lodash/get ` usage
11+ - [ refactor] switch to a maintained ` array.prototype.find ` package
12+ - [ deps] update ` resolve `
813
914## 0.13.4 - 2023-08-08
1015 - [ fix] restore node 6 compatibility
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-import-resolver-webpack" ,
3- "version" : " 0.13.4 " ,
3+ "version" : " 0.13.5 " ,
44 "description" : " Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments