@flyingrobots/graft 0.11.0 → 0.11.1
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.11.1] - 2026-07-05
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Release workflow guidance**: contributor guidance now requires operators to
|
|
15
|
+
inspect the tag-triggered GitHub Actions release workflow, individual job
|
|
16
|
+
state, job logs, GitHub Release assets, and npm registry state before
|
|
17
|
+
claiming release or publish success. It also records the release invariant
|
|
18
|
+
that releases must be cut only from version-tagged commits already on `main`;
|
|
19
|
+
release branches, pull request heads, local-only commits, and untagged commits
|
|
20
|
+
are not release authorities.
|
|
21
|
+
|
|
10
22
|
## [0.11.0] - 2026-07-05
|
|
11
23
|
|
|
12
24
|
### Added
|