Skip to content

Commit da71746

Browse files
committed
[resolvers/webpack] v0.13.5
1 parent 22a0802 commit da71746

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

resolvers/webpack/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44
This 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

resolvers/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)