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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Apr 19, 2021
1 parent 6f6842b commit e947f78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Change Log
# Changelog

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.

## [5.3.0](https://github.com/tleunen/eslint-import-resolver-babel-module/compare/v5.2.0...v5.3.0) (2021-04-19)


### ⚠ BREAKING CHANGES

* Now requires Node 10

### Features

* Allow early exit on existing directories ([#115](https://github.com/tleunen/eslint-import-resolver-babel-module/issues/115)) ([f5f205e](https://github.com/tleunen/eslint-import-resolver-babel-module/commit/f5f205ea76e7ed31ce650b359ca7cc9d82f72d42))


* Update dev dependencies ([6376546](https://github.com/tleunen/eslint-import-resolver-babel-module/commit/63765467398c4150a707cf3d1b6398d2ed95bbeb))

<a name="5.2.0"></a>
# [5.2.0](https://github.com/tleunen/eslint-import-resolver-babel-module/compare/v5.1.2...v5.2.0) (2020-10-19)

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.2.0",
"version": "5.3.0",
"main": "lib/index.js",
"description": "babel-plugin-module-resolver resolver for eslint-plugin-import",
"repository": {
Expand Down

0 comments on commit e947f78

Please sign in to comment.