Skip to content

Commit 0a58d75

Browse files
committed
[resolvers/webpack] v0.13.9
1 parent a3015eb commit 0a58d75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resolvers/webpack/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## 0.13.9 - 2024-09-02
89
- [refactor] simplify loop ([#3029], thanks [@fregante])
10+
- [meta] add `repository.directory` field
11+
- [refactor] avoid hoisting, misc cleanup
912

1013
## 0.13.8 - 2023-10-22
1114
- [refactor] use `hasown` instead of `has`

resolvers/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-webpack",
3-
"version": "0.13.8",
3+
"version": "0.13.9",
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)