Skip to content

Commit

Permalink
chore(release): 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 3, 2022
1 parent 664465f commit 1bc9f42
Show file tree
Hide file tree
Showing 3 changed files with 2,065 additions and 1,231 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [2.7.1](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.7.0...v2.7.1) (2022-04-03)


### Bug Fixes

* per package.json warning ([#101](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/101)) ([664465f](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/commit/664465fa75e6b197f990cd6e89ab5f086bb8d4f2))

## [2.7.0](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.6.0...v2.7.0) (2022-03-23)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-typescript",
"version": "2.7.0",
"version": "2.7.1",
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
"repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
Expand Down Expand Up @@ -66,23 +66,23 @@
"tsconfig-paths": "^3.14.1"
},
"devDependencies": {
"@1stg/lib-config": "^5.1.1",
"@1stg/lib-config": "^5.4.0",
"@types/debug": "^4.1.7",
"@types/glob": "^7.2.0",
"@types/is-glob": "^4.0.2",
"@types/node": "^17.0.22",
"@types/node": "^17.0.23",
"@types/resolve": "^1.20.1",
"@types/unist": "^2.0.6",
"dummy.js": "link:dummy.js",
"eslint-import-resolver-typescript": "link:.",
"react": "^17.0.2",
"react": "^18.0.0",
"standard-version": "^9.3.2",
"type-coverage": "^2.21.1",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
},
"resolutions": {
"eslint-import-resolver-typescript": "link:.",
"prettier": "^2.6.0"
"prettier": "^2.6.2"
},
"typeCoverage": {
"atLeast": 99.28,
Expand Down
Loading

0 comments on commit 1bc9f42

Please sign in to comment.