diff --git a/.release-plan.json b/.release-plan.json index d1095f6..4ae6a81 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "lint-to-the-future": { "impact": "minor", - "oldVersion": "2.0.0", - "newVersion": "2.1.0", + "oldVersion": "2.1.0", + "newVersion": "2.2.0", "constraints": [ { "impact": "minor", @@ -11,11 +11,11 @@ }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-09-30)\n\nlint-to-the-future 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future`\n * [#36](/~https://github.com/mansona/lint-to-the-future/pull/36) Add remove command to lint-to-the-future ([@Mikek2252](/~https://github.com/Mikek2252))\n * [#44](/~https://github.com/mansona/lint-to-the-future/pull/44) add lttf alias ([@mansona](/~https://github.com/mansona))\n * [#37](/~https://github.com/mansona/lint-to-the-future/pull/37) Prevent fractions from showing up in the y axis ([@mansona](/~https://github.com/mansona))\n\n#### :house: Internal\n* `lint-to-the-future`\n * [#43](/~https://github.com/mansona/lint-to-the-future/pull/43) Add prettier setup ([@mansona](/~https://github.com/mansona))\n * [#41](/~https://github.com/mansona/lint-to-the-future/pull/41) move output command test to its own file ([@mansona](/~https://github.com/mansona))\n * [#40](/~https://github.com/mansona/lint-to-the-future/pull/40) setup release-plan ([@mansona](/~https://github.com/mansona))\n * [#39](/~https://github.com/mansona/lint-to-the-future/pull/39) switch to pnpm ([@mansona](/~https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](/~https://github.com/mansona))\n- Michael Kerr ([@Mikek2252](/~https://github.com/Mikek2252))\n" + "description": "## Release (2024-10-03)\n\nlint-to-the-future 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future`\n * [#47](/~https://github.com/mansona/lint-to-the-future/pull/47) Hide completed rules ([@Mikek2252](/~https://github.com/Mikek2252))\n * [#45](/~https://github.com/mansona/lint-to-the-future/pull/45) Upgrade LTTF Dashboard app to ember 5 ([@Mikek2252](/~https://github.com/Mikek2252))\n\n#### :bug: Bug Fix\n* `lint-to-the-future`\n * [#48](/~https://github.com/mansona/lint-to-the-future/pull/48) Accept rule names with colon. ([@Mikek2252](/~https://github.com/Mikek2252))\n\n#### Committers: 1\n- Michael Kerr ([@Mikek2252](/~https://github.com/Mikek2252))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a36dc..f93160e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-10-03) + +lint-to-the-future 2.2.0 (minor) + +#### :rocket: Enhancement +* `lint-to-the-future` + * [#47](/~https://github.com/mansona/lint-to-the-future/pull/47) Hide completed rules ([@Mikek2252](/~https://github.com/Mikek2252)) + * [#45](/~https://github.com/mansona/lint-to-the-future/pull/45) Upgrade LTTF Dashboard app to ember 5 ([@Mikek2252](/~https://github.com/Mikek2252)) + +#### :bug: Bug Fix +* `lint-to-the-future` + * [#48](/~https://github.com/mansona/lint-to-the-future/pull/48) Accept rule names with colon. ([@Mikek2252](/~https://github.com/Mikek2252)) + +#### Committers: 1 +- Michael Kerr ([@Mikek2252](/~https://github.com/Mikek2252)) + ## Release (2024-09-30) lint-to-the-future 2.1.0 (minor) diff --git a/package.json b/package.json index f0eb28d..88082bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lint-to-the-future", - "version": "2.1.0", + "version": "2.2.0", "description": "A modern way to progressively update your code to the best practices", "repository": "/~https://github.com/mansona/lint-to-the-future", "license": "MIT",