Skip to content

Commit

Permalink
[resolvers/webpack] v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 16, 2023
1 parent cd1dff7 commit e9de30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resolvers/webpack/CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## 0.13.6 - 2023-08-16
- [refactor] revert back to `lodash/isEqual`

## 0.13.5 - 2023-08-15
- [refactor] replace `lodash/isEqual` usage with `deep-equal`
- [refactor] remove `lodash/get` usage
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.13.5",
"version": "0.13.6",
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e9de30a

Please sign in to comment.