Skip to content

Commit

Permalink
[resolvers/webpack] v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 8, 2023
1 parent 10913e7 commit 559480d
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
Expand Up @@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## 0.13.4 - 2023-08-08
- [fix] restore node 6 compatibility

## 0.13.3 - 2023-08-05
- [deps] update `is-core-module`, `resolve`, `semver`
- [eslint] tighten up rules
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.13.3",
"version": "0.13.4",
"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 559480d

Please sign in to comment.