diff --git a/.release-plan.json b/.release-plan.json index 6866b98..6c4b1f0 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "reactiveweb": { - "impact": "patch", - "oldVersion": "1.1.0", - "newVersion": "1.1.1", + "impact": "minor", + "oldVersion": "1.1.1", + "newVersion": "1.2.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./reactiveweb/package.json" } }, - "description": "## Release (2024-01-16)\n\nreactiveweb 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`, `test-app`\n * [#57](https://github.com/universal-ember/reactiveweb/pull/57) docs: correct import lines in code example ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n" + "description": "## Release (2024-01-27)\n\nreactiveweb 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#69](https://github.com/universal-ember/reactiveweb/pull/69) Add new util: Throttle ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#66](https://github.com/universal-ember/reactiveweb/pull/66) Remove PR Fixer ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#63](https://github.com/universal-ember/reactiveweb/pull/63) Reduce CI time ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#60](https://github.com/universal-ember/reactiveweb/pull/60) Auto lintfix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e880b21..2d5e43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # Changelog +## Release (2024-01-27) + +reactiveweb 1.2.0 (minor) + +#### :rocket: Enhancement +* `reactiveweb`, `test-app` + * [#69](https://github.com/universal-ember/reactiveweb/pull/69) Add new util: Throttle ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#66](https://github.com/universal-ember/reactiveweb/pull/66) Remove PR Fixer ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#63](https://github.com/universal-ember/reactiveweb/pull/63) Reduce CI time ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#60](https://github.com/universal-ember/reactiveweb/pull/60) Auto lintfix ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2024-01-16) reactiveweb 1.1.1 (patch) diff --git a/reactiveweb/package.json b/reactiveweb/package.json index b1f10fa..0f8524c 100644 --- a/reactiveweb/package.json +++ b/reactiveweb/package.json @@ -1,6 +1,6 @@ { "name": "reactiveweb", - "version": "1.1.1", + "version": "1.2.0", "description": "Web platform primitives and utilities for building reactive applications", "keywords": [ "ember-addon"