Skip to content

Commit

Permalink
[resolvers/webpack] v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 16, 2023
1 parent 22a0802 commit da71746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion resolvers/webpack/CHANGELOG.md
Expand Up @@ -4,7 +4,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](https://keepachangelog.com).

## Unreleased
- [refactor] switch to a maintained array.prototype.find package

## 0.13.5 - 2023-08-15
- [refactor] replace `lodash/isEqual` usage with `deep-equal`
- [refactor] remove `lodash/get` usage
- [refactor] switch to a maintained `array.prototype.find` package
- [deps] update `resolve`

## 0.13.4 - 2023-08-08
- [fix] restore node 6 compatibility
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.13.4",
"version": "0.13.5",
"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 da71746

Please sign in to comment.