Skip to content

Commit e5ed889

Browse files
Prepare Release v1.1.3 using 'release-plan'
1 parent 4688a26 commit e5ed889

3 files changed

Lines changed: 41 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"broccoli-config-replace": {
4+
"impact": "patch",
5+
"oldVersion": "1.1.2",
6+
"newVersion": "1.1.3",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"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"
22+
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# Changelog
2+
3+
## Release (2026-02-23)
4+
5+
* broccoli-config-replace 1.1.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `broccoli-config-replace`
9+
* [#11](https://github.com/ember-cli/broccoli-config-replace/pull/11) inline hashStrings from broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona))
10+
* [#7](https://github.com/ember-cli/broccoli-config-replace/pull/7) Only include relevant files in published npm package ([@bmeurant](https://github.com/bmeurant))
11+
12+
#### :house: Internal
13+
* `broccoli-config-replace`
14+
* [#14](https://github.com/ember-cli/broccoli-config-replace/pull/14) start using release-plan ([@mansona](https://github.com/mansona))
15+
* [#12](https://github.com/ember-cli/broccoli-config-replace/pull/12) add a basic test setup ([@mansona](https://github.com/mansona))
16+
17+
#### Committers: 2
18+
- Baptiste Meurant ([@bmeurant](https://github.com/bmeurant))
19+
- Chris Manson ([@mansona](https://github.com/mansona))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-config-replace",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Simple templating using a config.json and regex patterns",
55
"keywords": [
66
"broccoli",

0 commit comments

Comments
 (0)