@tui-sandbox/library 7.4.0 → 7.5.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.0...library-v7.5.1) (2024-12-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * throw error on Cypress fail ([bbfd118](https://github.com/mikavilpas/tui-sandbox/commit/bbfd118ce1508facba8e59b0434b2bc9c67b3f45))
9
+
10
+ ## [7.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.4.0...library-v7.5.0) (2024-12-24)
11
+
12
+
13
+ ### Features
14
+
15
+ * when a test fails, show :messages output in the terminal ([1729dff](https://github.com/mikavilpas/tui-sandbox/commit/1729dff10b7f8c3b320621856df569a6873411d4))
16
+
3
17
  ## [7.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.3.0...library-v7.4.0) (2024-12-04)
4
18
 
5
19