Skip to content

Commit 36c786d

Browse files
committed
chore(release): 2.0.0
1 parent 425caf3 commit 36c786d

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [2.0.0](https://github.com/retejs/rete-cli/compare/v1.2.0...v2.0.0) (2024-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* build ([2012653](https://github.com/retejs/rete-cli/commit/2012653be91ebdddb5e9bdbda1916dab29dbefa9))
7+
* dev build ([68c4434](https://github.com/retejs/rete-cli/commit/68c44343ac8217d0b8aa4a1e4e0f144464dd22a4))
8+
* eslint plugins ([dfc43b4](https://github.com/retejs/rete-cli/commit/dfc43b411fea3a52648c0ea62972983ea0c7eab5))
9+
* message with newline ([4dd4987](https://github.com/retejs/rete-cli/commit/4dd49871158f8c184b15e6cdfa5f8e4b219ff9e9))
10+
11+
12+
### Features
13+
14+
* flat eslint config ([d52e7fe](https://github.com/retejs/rete-cli/commit/d52e7feed3e70e34997c2b1cf97bad8bef1b30d9))
15+
* linter runner ([2b641aa](https://github.com/retejs/rete-cli/commit/2b641aade41d3663351ed656fa787834c85bbdb9))
16+
* report to Sonar ([9e0ba55](https://github.com/retejs/rete-cli/commit/9e0ba551510fc332c4672ba26ef8e18895c6b5ef))
17+
* type check linter ([04a55ef](https://github.com/retejs/rete-cli/commit/04a55efa00899dff7e21d597539800d10fd69136))
18+
* type coverage linter ([748dc68](https://github.com/retejs/rete-cli/commit/748dc681fbf149fe76f300051b3d75162f08976a))
19+
* typescript 5 ([1e223ae](https://github.com/retejs/rete-cli/commit/1e223aee6607e25fc4ab2b228d4cf5c75e9e499f))
20+
* update eslint ([80578e2](https://github.com/retejs/rete-cli/commit/80578e2ce294511564a4378a1cddb958695e669b))
21+
* update rules and options ([1a9c720](https://github.com/retejs/rete-cli/commit/1a9c72084a2aba59282828b4d11a894a601c374e))
22+
* update typedoc ([28da5e0](https://github.com/retejs/rete-cli/commit/28da5e00daa891cf285ea4d098dc8d15f706871e))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* configs location, eslint config type
28+
129
# [1.2.0](https://github.com/retejs/rete-cli/compare/v1.1.0...v1.2.0) (2024-08-30)
230

331

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rete-cli",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "bin/module.js",
66
"module": "bin/module.js",

0 commit comments

Comments
 (0)