Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"broccoli-config-replace": {
"impact": "patch",
"oldVersion": "1.1.2",
"newVersion": "1.1.3",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-23)\n\n* broccoli-config-replace 1.1.3 (patch)\n\n#### :bug: Bug Fix\n* `broccoli-config-replace`\n * [#11](https://github.com/ember-cli/broccoli-config-replace/pull/11) inline hashStrings from broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona))\n * [#7](https://github.com/ember-cli/broccoli-config-replace/pull/7) Only include relevant files in published npm package ([@bmeurant](https://github.com/bmeurant))\n\n#### :house: Internal\n* `broccoli-config-replace`\n * [#14](https://github.com/ember-cli/broccoli-config-replace/pull/14) start using release-plan ([@mansona](https://github.com/mansona))\n * [#12](https://github.com/ember-cli/broccoli-config-replace/pull/12) add a basic test setup ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Baptiste Meurant ([@bmeurant](https://github.com/bmeurant))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Changelog

## Release (2026-02-23)

* broccoli-config-replace 1.1.3 (patch)

#### :bug: Bug Fix
* `broccoli-config-replace`
* [#11](https://github.com/ember-cli/broccoli-config-replace/pull/11) inline hashStrings from broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona))
* [#7](https://github.com/ember-cli/broccoli-config-replace/pull/7) Only include relevant files in published npm package ([@bmeurant](https://github.com/bmeurant))

#### :house: Internal
* `broccoli-config-replace`
* [#14](https://github.com/ember-cli/broccoli-config-replace/pull/14) start using release-plan ([@mansona](https://github.com/mansona))
* [#12](https://github.com/ember-cli/broccoli-config-replace/pull/12) add a basic test setup ([@mansona](https://github.com/mansona))

#### Committers: 2
- Baptiste Meurant ([@bmeurant](https://github.com/bmeurant))
- Chris Manson ([@mansona](https://github.com/mansona))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-config-replace",
"version": "1.1.2",
"version": "1.1.3",
"description": "Simple templating using a config.json and regex patterns",
"keywords": [
"broccoli",
Expand Down