Skip to content

Commit 6b95a02

Browse files
committed
[resolvers/webpack] v0.13.7
1 parent 04e68a2 commit 6b95a02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: resolvers/webpack/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](https://keepachangelog.com).
55

66
## Unreleased
7+
8+
## 0.13.7 - 2023-08-19
79
- [fix] use the `dirname` of the `configPath` as `basedir` ([#2859])
810

911
## 0.13.6 - 2023-08-16

Diff for: 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.6",
3+
"version": "0.13.7",
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)