diff --git a/.release-plan.json b/.release-plan.json index a372ad2..0ea448e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "svelte-concurrency": { "impact": "minor", - "oldVersion": "0.2.1", - "newVersion": "0.3.0", + "oldVersion": "0.3.0", + "newVersion": "0.4.0", "constraints": [ { "impact": "minor", @@ -21,5 +21,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-04-19)\n\nsvelte-concurrency 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#45](https://github.com/mainmatter/svelte-concurrency/pull/45) feat: add max to restartable ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :bug: Bug Fix\n* `svelte-concurrency`\n * [#41](https://github.com/mainmatter/svelte-concurrency/pull/41) fix: abort when dropping ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#46](https://github.com/mainmatter/svelte-concurrency/pull/46) chore: async transform tests ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#42](https://github.com/mainmatter/svelte-concurrency/pull/42) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#43](https://github.com/mainmatter/svelte-concurrency/pull/43) chore: restructure testing and add tests for enqueue ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n" + "description": "## Release (2024-04-19)\n\nsvelte-concurrency 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#45](https://github.com/mainmatter/svelte-concurrency/pull/45) feat: add max to restartable ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :bug: Bug Fix\n* `svelte-concurrency`\n * [#41](https://github.com/mainmatter/svelte-concurrency/pull/41) fix: abort when dropping ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#50](https://github.com/mainmatter/svelte-concurrency/pull/50) chore: fix lockfile ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#44](https://github.com/mainmatter/svelte-concurrency/pull/44) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#48](https://github.com/mainmatter/svelte-concurrency/pull/48) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#49](https://github.com/mainmatter/svelte-concurrency/pull/49) chore(deps): update dependency @testing-library/svelte to v5 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#46](https://github.com/mainmatter/svelte-concurrency/pull/46) chore: async transform tests ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#42](https://github.com/mainmatter/svelte-concurrency/pull/42) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#43](https://github.com/mainmatter/svelte-concurrency/pull/43) chore: restructure testing and add tests for enqueue ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 2\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc120b3..dd3e482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ ## Release (2024-04-19) +svelte-concurrency 0.4.0 (minor) + +#### :rocket: Enhancement +* `svelte-concurrency` + * [#45](https://github.com/mainmatter/svelte-concurrency/pull/45) feat: add max to restartable ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### :bug: Bug Fix +* `svelte-concurrency` + * [#41](https://github.com/mainmatter/svelte-concurrency/pull/41) fix: abort when dropping ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### :house: Internal +* `svelte-concurrency` + * [#50](https://github.com/mainmatter/svelte-concurrency/pull/50) chore: fix lockfile ([@paoloricciuti](https://github.com/paoloricciuti)) + * [#44](https://github.com/mainmatter/svelte-concurrency/pull/44) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#48](https://github.com/mainmatter/svelte-concurrency/pull/48) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate)) + * [#49](https://github.com/mainmatter/svelte-concurrency/pull/49) chore(deps): update dependency @testing-library/svelte to v5 ([@renovate[bot]](https://github.com/apps/renovate)) + * [#46](https://github.com/mainmatter/svelte-concurrency/pull/46) chore: async transform tests ([@paoloricciuti](https://github.com/paoloricciuti)) + * [#42](https://github.com/mainmatter/svelte-concurrency/pull/42) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate)) + * [#43](https://github.com/mainmatter/svelte-concurrency/pull/43) chore: restructure testing and add tests for enqueue ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### Committers: 2 +- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-04-19) + svelte-concurrency 0.3.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index 255cfd4..41ab7f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-concurrency", - "version": "0.3.0", + "version": "0.4.0", "repository": { "type": "git", "url": "git@github.com:mainmatter/svelte-concurrency.git"