From 1566787211f01262ee3ce274c5d5b816e8c66c51 Mon Sep 17 00:00:00 2001 From: "rete-js[bot]" Date: Fri, 30 Aug 2024 13:16:27 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa11604..1f07746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 404e019..b127844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rete-cli", - "version": "1.0.5", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rete-cli", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "dependencies": { "@babel/plugin-transform-runtime": "^7.21.4", diff --git a/package.json b/package.json index 8809709..1ea4475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rete-cli", - "version": "1.0.5", + "version": "1.1.0", "description": "", "main": "bin/module.js", "module": "bin/module.js",