Skip to content

Commit

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

## Unreleased

## 0.13.8 - 2023-10-22
- [refactor] use `hasown` instead of `has`
- [deps] update `array.prototype.find`, `is-core-module`, `resolve`


## 0.13.7 - 2023-08-19
- [fix] use the `dirname` of the `configPath` as `basedir` ([#2859])

Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.13.7",
"version": "0.13.8",
"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 6d2540f

Please sign in to comment.