File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.1.1
9
+
10
+ ### Fixed
11
+ - [ logical in comparison of paths] ( https://github.com/spicattutti/eslint-plugin-relative-imports-when-same-folder/pull/11 )
12
+
8
13
## 0.1.0
9
14
10
15
### Added
11
16
12
- - [ Support for multiple TS configs / Monorepo Support] ( https://github.com/spicattutti/eslint-plugin-relative-imports-when-same-folder/issues/9 )
17
+ - [ Support for multiple TS configs / Monorepo Support] ( https://github.com/spicattutti/eslint-plugin-relative-imports-when-same-folder/issues/9 )
18
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-relative-imports-when-same-folder" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " An eslint plugin to convert any absolute import paths to relative ones if files are imported from within the same folder" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments