Skip to content

Commit

Permalink
[resolvers/webpack] v0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 3, 2024
1 parent a3015eb commit 0a58d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resolvers/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

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

## 0.13.8 - 2023-10-22
- [refactor] use `hasown` instead of `has`
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.13.8",
"version": "0.13.9",
"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 0a58d75

Please sign in to comment.