omp-fabric 1.8.0 → 1.8.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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.8.1
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- CI stops repeating work. Release ran the full Windows check and then a second full check through `prepack`, so publishing a tag re-verified a commit main had already verified, seven minutes for zero new information. Release now waits for the Test run of the same commit, builds `dist/`, and publishes without lifecycle scripts. Test splits its suite into two shards per platform and carries typecheck, build, and dead-code lint on one shard rather than both, and every workflow restores the bun install cache, which was the slowest step on Windows at 36 seconds.
|
|
8
|
+
|
|
3
9
|
## 1.8.0
|
|
4
10
|
|
|
5
11
|
### Changed
|