Skip to content

Commit e7edc4f

Browse files
committedSep 13, 2021
chore(release): 2.5.0
1 parent 6e18c46 commit e7edc4f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [2.5.0](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.4.0...v2.5.0) (2021-09-13)
6+
7+
8+
### Features
9+
10+
* allow passing through custom options to resolve ([#79](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/79)) ([34c94c8](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/commit/34c94c87066ba42fb2b52727b95f3e34259c227f))
11+
12+
13+
### Bug Fixes
14+
15+
* bump (dev)Dependencies, apply stricter rules ([#75](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/75)) ([866f32f](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/commit/866f32f2191dc7fc8df7d973cdacefa48c64a927))
16+
517
## [2.4.0](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.3.0...v2.4.0) (2021-02-16)
618

719

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
55
"repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
66
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",

0 commit comments

Comments
 (0)
Please sign in to comment.