@powerhousedao/config 6.0.0-dev.30 → 6.0.0-dev.32

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,27 @@
1
+ ## 6.0.0-dev.31 (2026-02-04)
2
+
3
+ ### 🚀 Features
4
+
5
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
6
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
7
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
12
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Benjamin Jordan
17
+ - Frank
18
+ - Samuel Hawksby-Robinson @Samyoul
19
+
1
20
  ## 6.0.0-dev.30 (2026-02-03)
2
21
 
3
22
  ### 🩹 Fixes
4
23
 
24
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
5
25
  - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
6
26
  - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
7
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.30",
3
+ "version": "6.0.0-dev.32",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,