Skip to content

Commit

Permalink
Merge branch 'main' into sort-imports-ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdotnet committed Jul 26, 2023
2 parents 25647a0 + 63034f5 commit 5aad721
Show file tree
Hide file tree
Showing 3 changed files with 3,207 additions and 3,324 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@


---
### v4.2.0
#### Chore
- update prettier peer dependency semVer to include 3.x [#239](https://github.com/trivago/prettier-plugin-sort-imports/pull/239) by [basselworkforce](https://github.com/basselworkforce)

### v4.1.1
#### Revert
- Type imports[#153](https://github.com/trivago/prettier-plugin-sort-imports/pull/153) by [Xenfo](https://github.com/broofa)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trivago/prettier-plugin-sort-imports",
"version": "4.1.1",
"version": "4.2.0",
"description": "A prettier plugins to sort imports in provided RegEx order",
"main": "lib/src/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"@vue/compiler-sfc": "3.x",
"prettier": "2.x"
"prettier": "2.x - 3.x"
},
"peerDependenciesMeta": {
"@vue/compiler-sfc": {
Expand Down
Loading

0 comments on commit 5aad721

Please sign in to comment.