Skip to content

Commit c6df049

Browse files
authored
Merge pull request #9 from ember-cli/release-preview
Prepare Release v1.1.2
2 parents 3c705f1 + 057734d commit c6df049

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"heimdalljs-fs-monitor": {
44
"impact": "patch",
5-
"oldVersion": "1.1.0",
6-
"newVersion": "1.1.1",
5+
"oldVersion": "1.1.1",
6+
"newVersion": "1.1.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-08-26)\n\n* heimdalljs-fs-monitor 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `heimdalljs-fs-monitor`\n * [#6](https://github.com/ember-cli/heimdall-fs-monitor/pull/6) Skip getter-only properties so Node 24.6 doesn't freak out ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `heimdalljs-fs-monitor`\n * [#7](https://github.com/ember-cli/heimdall-fs-monitor/pull/7) add --ignore-engines to yarn install ([@mansona](https://github.com/mansona))\n * [#2](https://github.com/ember-cli/heimdall-fs-monitor/pull/2) Increase support matrix for CI runs ([@pichfl](https://github.com/pichfl))\n * [#5](https://github.com/ember-cli/heimdall-fs-monitor/pull/5) update repo ([@mansona](https://github.com/mansona))\n * [#3](https://github.com/ember-cli/heimdall-fs-monitor/pull/3) start using release plan ([@mansona](https://github.com/mansona))\n * [#1](https://github.com/ember-cli/heimdall-fs-monitor/pull/1) Replace travis with GitHub actions ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
17+
"description": "## Release (2025-08-26)\n\n* heimdalljs-fs-monitor 1.1.2 (patch)\n\n#### :bug: Bug Fix\n* `heimdalljs-fs-monitor`\n * [#8](https://github.com/ember-cli/heimdall-fs-monitor/pull/8) Release Unreleased version ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-08-26)
44

5+
* heimdalljs-fs-monitor 1.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `heimdalljs-fs-monitor`
9+
* [#8](https://github.com/ember-cli/heimdall-fs-monitor/pull/8) Release Unreleased version ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-08-26)
15+
516
* heimdalljs-fs-monitor 1.1.1 (patch)
617

718
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heimdalljs-fs-monitor",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "fs operation monitoring for heimdalljs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)