Skip to content

Commit 16cae5c

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v1.1.1 using 'release-plan'
1 parent 3831cdb commit 16cae5c

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

.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+
"heimdalljs-fs-monitor": {
4+
"impact": "patch",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "1.1.1",
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 (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"
22+
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## Release (2025-08-26)
4+
5+
* heimdalljs-fs-monitor 1.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `heimdalljs-fs-monitor`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `heimdalljs-fs-monitor`
13+
* [#7](https://github.com/ember-cli/heimdall-fs-monitor/pull/7) add --ignore-engines to yarn install ([@mansona](https://github.com/mansona))
14+
* [#2](https://github.com/ember-cli/heimdall-fs-monitor/pull/2) Increase support matrix for CI runs ([@pichfl](https://github.com/pichfl))
15+
* [#5](https://github.com/ember-cli/heimdall-fs-monitor/pull/5) update repo ([@mansona](https://github.com/mansona))
16+
* [#3](https://github.com/ember-cli/heimdall-fs-monitor/pull/3) start using release plan ([@mansona](https://github.com/mansona))
17+
* [#1](https://github.com/ember-cli/heimdall-fs-monitor/pull/1) Replace travis with GitHub actions ([@pichfl](https://github.com/pichfl))
18+
19+
#### Committers: 2
20+
- Chris Manson ([@mansona](https://github.com/mansona))
21+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
22+
323
# 1.1.0
424

525
- add opt-in ability to get file location trigger fs operations via `process.env.HEIMDALL_FS_MONITOR_CALL_TRACING = 1;

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.0",
3+
"version": "1.1.1",
44
"description": "fs operation monitoring for heimdalljs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)