Skip to content

Commit

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

## Unreleased

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

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

Please sign in to comment.