Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rete-js[bot] committed Aug 30, 2024
1 parent 9690f3c commit 1566787
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.1.0](https://github.com/retejs/rete-cli/compare/v1.0.5...v1.1.0) (2024-08-30)


### Bug Fixes

* build ([5cbf00a](https://github.com/retejs/rete-cli/commit/5cbf00a020ccc348373f95d69fd5c86d7fdc9e09))
* dev build ([a8e62c7](https://github.com/retejs/rete-cli/commit/a8e62c72881bd1ce65681bf7d77b781dadeae653))
* eslint plugins ([1823a6f](https://github.com/retejs/rete-cli/commit/1823a6fbabf2e3b4694d61851a50d578639807b9))
* message with newline ([6b3912e](https://github.com/retejs/rete-cli/commit/6b3912e609885c77054fa2906ddfd7eff059773f))


### Features

* flat eslint config ([19240ab](https://github.com/retejs/rete-cli/commit/19240abc7b76cfc3faed54fd173a92157919c8f8))
* linter runner ([2b641aa](https://github.com/retejs/rete-cli/commit/2b641aade41d3663351ed656fa787834c85bbdb9))
* report to Sonar ([0f90c0d](https://github.com/retejs/rete-cli/commit/0f90c0d793ea16e892880a87632c196503ee6a11))
* type check linter ([04a55ef](https://github.com/retejs/rete-cli/commit/04a55efa00899dff7e21d597539800d10fd69136))
* type coverage linter ([748dc68](https://github.com/retejs/rete-cli/commit/748dc681fbf149fe76f300051b3d75162f08976a))
* typescript 5 ([1e223ae](https://github.com/retejs/rete-cli/commit/1e223aee6607e25fc4ab2b228d4cf5c75e9e499f))
* update eslint ([80578e2](https://github.com/retejs/rete-cli/commit/80578e2ce294511564a4378a1cddb958695e669b))
* update rules and options ([d795099](https://github.com/retejs/rete-cli/commit/d795099a2e38b7728a7204370b28d19fd124007c))
* update typedoc ([28da5e0](https://github.com/retejs/rete-cli/commit/28da5e00daa891cf285ea4d098dc8d15f706871e))

## [1.0.5](https://github.com/retejs/rete-cli/compare/v1.0.4...v1.0.5) (2024-08-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete-cli",
"version": "1.0.5",
"version": "1.1.0",
"description": "",
"main": "bin/module.js",
"module": "bin/module.js",
Expand Down

0 comments on commit 1566787

Please sign in to comment.