Skip to content

Commit e9de30a

Browse files
committed
[resolvers/webpack] v0.13.6
1 parent cd1dff7 commit e9de30a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resolvers/webpack/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## 0.13.6 - 2023-08-16
9+
- [refactor] revert back to `lodash/isEqual`
10+
811
## 0.13.5 - 2023-08-15
912
- [refactor] replace `lodash/isEqual` usage with `deep-equal`
1013
- [refactor] remove `lodash/get` usage

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.5",
3+
"version": "0.13.6",
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)