diff --git a/.release-plan.json b/.release-plan.json index a6802c8..d567cc8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -5,8 +5,8 @@ }, "ember-svg-jar": { "impact": "minor", - "oldVersion": "2.4.9", - "newVersion": "2.5.0", + "oldVersion": "2.5.0", + "newVersion": "2.6.0", "constraints": [ { "impact": "minor", @@ -16,5 +16,5 @@ "pkgJSONPath": "./packages/ember-svg-jar/package.json" } }, - "description": "## Release (2024-08-16)\n\nember-svg-jar 2.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-svg-jar`\n * [#269](https://github.com/evoactivity/ember-svg-jar/pull/269) upgrade cheerio to 1.0 (fixes build) ([@sly7-7](https://github.com/sly7-7))\n\n#### Committers: 1\n- Sylvain Mina ([@sly7-7](https://github.com/sly7-7))\n" + "description": "## Release (2024-10-01)\n\nember-svg-jar 2.6.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-svg-jar`\n * [#271](https://github.com/evoactivity/ember-svg-jar/pull/271) Allow arbitrary attributes to be passed ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 980a4d0..c9a213c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-10-01) + +ember-svg-jar 2.6.0 (minor) + +#### :rocket: Enhancement +* `ember-svg-jar` + * [#271](https://github.com/evoactivity/ember-svg-jar/pull/271) Allow arbitrary attributes to be passed ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 1 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## Release (2024-08-16) ember-svg-jar 2.5.0 (minor) diff --git a/packages/ember-svg-jar/package.json b/packages/ember-svg-jar/package.json index 41b2f86..ed5a38b 100644 --- a/packages/ember-svg-jar/package.json +++ b/packages/ember-svg-jar/package.json @@ -1,6 +1,6 @@ { "name": "ember-svg-jar", - "version": "2.5.0", + "version": "2.6.0", "description": "Best way to use SVG images in Ember applications", "keywords": [ "ember-addon"