Skip to content

Commit f8a6da6

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-02-15) ### Bug Fixes * 🐞 exit with an error when get errors from libraries ([fd8b2c7](fd8b2c7)) * 🐞 fix version ([affd834](affd834)) * 🐞 fix version ([7c4b09c](7c4b09c)) * 🐞 fix version problem ([8dd98ae](8dd98ae)) * 🐞 fix versions ([c632e5a](c632e5a)) * 🐞 fix VSCode installation detection in macOS ([a24e92a](a24e92a)) * 🐞 readme re-write ([f80b7a1](f80b7a1)) * 🐞 set empty package.json in .exlint home folder ([d0e1ff0](d0e1ff0)) * 🐞 use "shell" in exec file command ([3b3f954](3b3f954)) * 🐞 use spawn with fix ([8bd4250](8bd4250)) ### Features * πŸ”₯ support go command ([cf058ba](cf058ba)) * πŸ”₯ support webstorm config ([837b701](837b701)) * πŸ”₯ use group ID for project folder instead of random ([76fad04](76fad04))
1 parent 021f748 commit f8a6da6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 1.0.0 (2023-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐞 exit with an error when get errors from libraries ([fd8b2c7](https://github.com/Exlint/cli/commit/fd8b2c75638ea15e07fd1bb4bc9df1ddf882deca))
7+
* 🐞 fix version ([affd834](https://github.com/Exlint/cli/commit/affd834809ddf87a0dd574bfba449cc8e0ecda4a))
8+
* 🐞 fix version ([7c4b09c](https://github.com/Exlint/cli/commit/7c4b09c7d90b2151c85a5b2b9ede9ee3d78e3472))
9+
* 🐞 fix version problem ([8dd98ae](https://github.com/Exlint/cli/commit/8dd98ae7e98b0fe7732d49028660e026272da0ef))
10+
* 🐞 fix versions ([c632e5a](https://github.com/Exlint/cli/commit/c632e5a3b00ccad83e7459eb2023e5416524d29d))
11+
* 🐞 fix VSCode installation detection in macOS ([a24e92a](https://github.com/Exlint/cli/commit/a24e92a499831ea7b9ed3578201004d393cb5191))
12+
* 🐞 readme re-write ([f80b7a1](https://github.com/Exlint/cli/commit/f80b7a1ff2d89a3c34f25dd056c5116e9df7f8b9))
13+
* 🐞 set empty package.json in .exlint home folder ([d0e1ff0](https://github.com/Exlint/cli/commit/d0e1ff09f47ce7f8af4fcfd72e0925692a0d143b))
14+
* 🐞 use "shell" in exec file command ([3b3f954](https://github.com/Exlint/cli/commit/3b3f95438998eef4d9dc0a35fc7051ac79ec5da6))
15+
* 🐞 use spawn with fix ([8bd4250](https://github.com/Exlint/cli/commit/8bd42504c62e8287188c8c00236d6dbc77cee9b3))
16+
17+
18+
### Features
19+
20+
* πŸ”₯ support go command ([cf058ba](https://github.com/Exlint/cli/commit/cf058ba89977ed20cc40b15dc350fef167c7d2d5))
21+
* πŸ”₯ support webstorm config ([837b701](https://github.com/Exlint/cli/commit/837b7017ae84401f80dddafb69784534743d6532))
22+
* πŸ”₯ use group ID for project folder instead of random ([76fad04](https://github.com/Exlint/cli/commit/76fad0454102ec95f3ae907562729d5c45fb270e))

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exlint.io/cli",
3-
"version": "1.3.0",
3+
"version": "1.0.0",
44
"author": "Exlint <dev@exlint.io> (https://exlint.io)",
55
"homepage": "https://github.com/Exlint/cli#readme",
66
"description": "Exlint CLI - Centralize coding standards across repositories in seconds.",

0 commit comments

Comments
Β (0)