Skip to content

Commit 6d2540f

Browse files
committed
[resolvers/webpack] v0.13.8
1 parent 30d61b6 commit 6d2540f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

resolvers/webpack/CHANGELOG.md

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

66
## Unreleased
77

8+
## 0.13.8 - 2023-10-22
9+
- [refactor] use `hasown` instead of `has`
10+
- [deps] update `array.prototype.find`, `is-core-module`, `resolve`
11+
12+
813
## 0.13.7 - 2023-08-19
914
- [fix] use the `dirname` of the `configPath` as `basedir` ([#2859])
1015

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