@link-assistant/hive-mind 1.2.1 → 1.2.2
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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @link-assistant/hive-mind
|
|
2
2
|
|
|
3
|
+
## 1.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- db84104: Remove QEMU from CI/CD entirely
|
|
8
|
+
- Remove unnecessary QEMU and Docker Buildx setup from docker-pr-check job
|
|
9
|
+
- The PR check only builds for linux/amd64, so QEMU was never needed
|
|
10
|
+
- docker-publish jobs already use native ARM64 runners (ubuntu-24.04-arm)
|
|
11
|
+
- This addresses feedback to remove QEMU from CI/CD to avoid slowdowns and freezes
|
|
12
|
+
|
|
3
13
|
## 1.2.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|