Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
chore(release): 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Jan 23, 2020
1 parent 5708051 commit 91c05b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.1.2"></a>
## [5.1.2](https://github.com/tleunen/eslint-import-resolver-babel-module/compare/v5.1.1...v5.1.2) (2020-01-23)


### Bug Fixes

* Add support for custom resolvePath from babel plugin ([#109](https://github.com/tleunen/eslint-import-resolver-babel-module/issues/109)) ([5708051](https://github.com/tleunen/eslint-import-resolver-babel-module/commit/5708051))



<a name="5.1.1"></a>
## [5.1.1](https://github.com/tleunen/eslint-import-resolver-babel-module/compare/v5.1.0...v5.1.1) (2020-01-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-babel-module",
"version": "5.1.1",
"version": "5.1.2",
"main": "lib/index.js",
"description": "babel-plugin-module-resolver resolver for eslint-plugin-import",
"repository": {
Expand Down

0 comments on commit 91c05b6

Please sign in to comment.