File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
5
5
6
6
## 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 `
8
13
9
14
## 0.13.4 - 2023-08-08
10
15
- [ fix] restore node 6 compatibility
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-webpack" ,
3
- "version" : " 0.13.4 " ,
3
+ "version" : " 0.13.5 " ,
4
4
"description" : " Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments