diff --git a/.release-plan.json b/.release-plan.json index 7d8bf3d..db5c0a3 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "kolay": { "impact": "patch", - "oldVersion": "1.0.2", - "newVersion": "1.0.3", + "oldVersion": "1.0.3", + "newVersion": "1.0.4", "constraints": [ { "impact": "patch", @@ -16,5 +16,5 @@ "oldVersion": "0.0.5" } }, - "description": "## Release (2024-06-18)\n\nkolay 1.0.3 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#74](https://github.com/universal-ember/kolay/pull/74) Fix types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-06-18)\n\nkolay 1.0.4 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#75](https://github.com/universal-ember/kolay/pull/75) Add rehypePlugins to setup.d.ts ([@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 eef3313..7659fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-06-18) +kolay 1.0.4 (patch) + +#### :bug: Bug Fix +* `kolay` + * [#75](https://github.com/universal-ember/kolay/pull/75) Add rehypePlugins to setup.d.ts ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-06-18) + kolay 1.0.3 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 321d43d..0ab27bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolay", - "version": "1.0.3", + "version": "1.0.4", "description": "", "keywords": [ "documentation",