Skip to content

Commit 173f244

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2020-03-14) ### Features * initial realease ([467bf9f](467bf9f))
1 parent 467bf9f commit 173f244

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 1.0.0 (2020-03-14)
2+
3+
4+
### Features
5+
6+
* initial realease ([467bf9f](https://github.com/ifiokjr/prettier-plugin-sorted/commit/467bf9fcec2bf200897da5288e79769ea6223279))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "prettier-plugin-sorted",
33
"description": "Sort your JavaScript and TypeScript imports with prettier with automatic alias support",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"import-sort",
77
"prettier",

0 commit comments

Comments
 (0)