termbeam 1.24.9 → 1.24.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.24.10] - 2026-07-07
|
|
4
|
+
|
|
5
|
+
- feat(ci): autonomous Dependabot auto-fix and auto-merge workflows (#263) (@dorlugasigal)
|
|
6
|
+
- fix(ci): allow Dependabot to activate the autofix agent (roles: all) (#266) (@dorlugasigal)
|
|
7
|
+
- chore(ci): bump the all-actions group across 1 directory with 5 updates (#264) (@dependabot[bot])
|
|
8
|
+
- chore(deps): bump the all-npm group across 1 directory with 7 updates (#260) (@dependabot[bot])
|
|
9
|
+
- chore(deps): bump node from `aa27a5f` to `a1d9d67` in the all-docker group (#257) (@dependabot[bot])
|
|
10
|
+
- feat(ci): auto patch-release after Dependabot merges (#268) (@dorlugasigal)
|
|
11
|
+
|
|
3
12
|
## [1.24.9] - 2026-06-25
|
|
4
13
|
|
|
5
14
|
- chore(deps): consolidate #242 #243 #244 + fix CodeQL alert + npm audit fix (#245) (@dorlugasigal)
|