diff --git a/.release-plan.json b/.release-plan.json index a50f602d..e076c6f4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "kolay": { "impact": "patch", - "oldVersion": "1.1.0", - "newVersion": "1.1.1", + "oldVersion": "1.1.1", + "newVersion": "1.1.2", "constraints": [ { "impact": "patch", @@ -16,5 +16,5 @@ "oldVersion": "0.0.8" } }, - "description": "## Release (2024-07-11)\n\nkolay 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#94](https://github.com/universal-ember/kolay/pull/94) Fix support for referencing modifiers with ember-modifier 4.2 (and ember-modifier 4.1) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-07-12)\n\nkolay 1.1.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#96](https://github.com/universal-ember/kolay/pull/96) Fix Hash and other URL oddities: Use URL parsing instead of bespoke regex ([@rtablada](https://github.com/rtablada))\n\n#### Committers: 1\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d6ecc7..1eb4bd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-07-12) + +kolay 1.1.2 (patch) + +#### :bug: Bug Fix +* `kolay` + * [#96](https://github.com/universal-ember/kolay/pull/96) Fix Hash and other URL oddities: Use URL parsing instead of bespoke regex ([@rtablada](https://github.com/rtablada)) + +#### Committers: 1 +- Ryan Tablada ([@rtablada](https://github.com/rtablada)) + ## Release (2024-07-11) kolay 1.1.1 (patch) diff --git a/package.json b/package.json index 21b64fd2..7295bf9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolay", - "version": "1.1.1", + "version": "1.1.2", "description": "", "keywords": [ "documentation",