Skip to content

Commit

Permalink
feat(plugins): use @trivago/prettier-plugin-sort-imports
Browse files Browse the repository at this point in the history
Release of the v1.1.0
  • Loading branch information
Mathieu Bour committed Mar 31, 2021
1 parent ad8de57 commit effa718
Show file tree
Hide file tree
Showing 4 changed files with 8,671 additions and 148 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js v14
- name: Setup Node.js v15
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '15'
- name: Install NPM depedencies
run: npm install
- name: Run Jest
Expand All @@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js v14
- name: Setup Node.js v15
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '15'
- name: Install NPM depedencies
run: npm install
- name: Run Prettier
Expand All @@ -48,10 +48,10 @@ jobs:
echo "Error: $GITHUB_REF does not match package.json version"
exit 1
fi
- name: Setup Node.js v14
- name: Setup Node.js v15
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '15'
registry-url: 'https://npm.pkg.github.com'
- name: Publish the package to GitHub registry
run: npm publish
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [Version 1.1.0 - Imports sorting](https://github.com/csquare-ai/prettier-config/releases/tag/1.1.0)

- **feat**(plugins): use @trivago/prettier-plugin-sort-imports

## [Version 1.0.0 - Stable version](https://github.com/csquare-ai/prettier-config/releases/tag/1.0.0)

This version has been validated as stable and can be used for production projects.
Expand Down
Loading

0 comments on commit effa718

Please sign in to comment.